Artemi Krymski

Results 5 issues of Artemi Krymski

Interesting project! Not an issue, but thought I'd use this space to ask a question, cause where else? What's the reason for going with CEF instead of using Electron or...

Does the compiled JS code take advantage of asm.js support in Firefox? I don't see any "use asm.js" annotation in generated code. See: http://jlongster.com/Compiling-LLJS-to-asm.js,-Now-Available- I think writing LLJS is nicer...

Would be nice to go beyond plain C idioms and add support for classes (ES6 style). These can be easily represented as structs under the hood. A real class system...

Given that LLJS is nearly C, would be great to have C as a potential compile target (using stdlib & malloc instead of ArrayBuffer). Or even Objective C. Having one...

The LLJS memory allocator does not support automatic garbage collection currently. Would be nice to be able to switch GC on/off when compiling. If the GC is turned on, the...