Max Bernstein
Max Bernstein
+1 me too
This is easier if you define them mostly in Charly itself
Oh, we had layouts in C++ but the method stubs (and sometimes definitions) in managed (Python) code
Although, really, nothing is stopping you from making the layout system in Charly itself
They both have JITs -- does that count as a compiler? :)
For anyone who is interested, I translated stoneknifeforth into C++, so it's even more portable! https://github.com/tekknolagi/stoneknifecpp
As I understand the man page, `strtok` maintains its own state, and subsequent calls to tokenize a string must call `strtok` with `NULL` as the first argument: http://linux.die.net/man/3/strtok If I...
@janus thank you for making an issue! That is indeed a typo. I am very slowly re-writing Carp, so I will not fix this immediately — but you should feel...
So this is an issue with trying to store pointers to the keys/strings in the program array. You are more than welcome to submit a pull request with a fix,...
(I don't see an issue since I guess clang realizes that going from 8 bytes to 1 byte in this case involves no truncation? Maybe?) On Thu, Aug 14, 2014...