W.Boeke
W.Boeke
What is a lisp without recursion? Not very useful. Therefore it is a pity that with fe you cannot specify a recursive function, using 'let'. You are forced to use...
Hello, Instead of your clever nan boxing you also can use a struct with bitfields. The code will be easier because normal member names are available, and also more info...
The following code doesn't work: ``` (define n 5) (set! n 6) scheme_builtin_set: failure looking up [n] ```
Hello, it's me again. In the former version there was a main() function available whith which you could create a normal executable, in order to test e.g. the examples. Could...
In the README an example for the creation of a module is given. Maybe I'm stupid, but I can't get this working. Actually, none of the examples in the README...
Hi, I am investigating Swizzle, even extended it with a REPL and replaced the iset functions with clang's code blocks. Howerer I do not understand everything. Am I supposed to...
In MF there are 3 words available for the string type: STREQ, STRLEN and STRCPY. But how can I create a string?