ape
ape copied to clipboard
Ape Programming Language
Currently, I get a crash at https://github.com/kgabis/ape/blob/d4a0c5cd2496d2e27feb4d8b6adfc9887cc36c36/ape.c#L10208-L10209 because I sometimes may pass `NULL` to the string parameter, and `strlen` crashes on `NULL` input on Ubuntu 16.04, should this part of...
Hi, I'm considering prefixing builtins with ```std:```: prefix, so instead of ```len``` and ```array``` one would write ```std::len``` and ```std::array```. Why? Because there's a lot of keywords used up by...
It would be awesome to have sized external data types, something alike to Lua's userdata, for storing external information within the boundaries of the language, and allowing for the GC...