Vincent Toups

Results 7 issues of Vincent Toups

…an --output or -o command line switch. I noticed that writing to the standard output during macro-expansion ends up writing into the source code generated by eslc. Since it is...

The documentation says lisp-like hygienic macros are supported but there isn't much else by way of documentation. Can you elaborate? Most of the time (Common) Lisp style macros are not...

I'm wrapping a function which returns a variable number of heap allocated pointers. The natural thing seems to be to build a list. Looking at the code generated by chibi-ffi...

I've locally modified my lambdanative to attempt 60 fps on ios, since by default, for battery life purposes, it shoots for a lower framerate. Since my project is a game,...

feature-request
question

Hi paldepind, Very occasionally, I am unable to reproduce the bug reliably, I end up with linked lists returned by `getEntityCollection` which have a null head, but non-zero elements. Iteration...

Hi Paldepind, I seem to have stumbled across a bug in the way entity collections are initialized. Here is some code that fails: ``` var k = new Kran(); console.log(k)...

I'm eager to use Malabar mode and to escape the tyranny of smart IDEs with dumb editors. However, all one can tell from the current Readme is that Malabar-mode is...