What is lo? #48
-
|
Could you please tell me what it is? I've read the "About" section and the README file, and they don't give a clue as to what it is. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
it's basically ECMAScript plus low level api's with no guardrails. no node api's. no typescript support (but that wouldn't be difficult to add). easy code generation for bindings to C api's. cross platform FFI with no dependencies and ability to generate machine code directly from JS. and yes, it needs documentation. and i have tons of examples and benchmarks to check in. |
Beta Was this translation helpful? Give feedback.
-
|
there is also a tentative plan, if i ever get time, to allow building against different JS engines - SpiderMonkey/JavaScriptCore/QuickJS/Porffor etc.... |
Beta Was this translation helpful? Give feedback.
it's basically ECMAScript plus low level api's with no guardrails. no node api's. no typescript support (but that wouldn't be difficult to add). easy code generation for bindings to C api's. cross platform FFI with no dependencies and ability to generate machine code directly from JS. and yes, it needs documentation. and i have tons of examples and benchmarks to check in.