The Checked C extension adds new array and pointer types. The new types include: This declares an array with 10 elements. Accesses to this array will be bounds checked at runtime. The index to the ...
Implemented a fingerprint to call C library functions (CFFI). More esolangs need to have FFIs IMO. Or at least be able to link with wrappers. This implementation depends on libffi, install it using ...