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. |
Answered by
billywhizz
Feb 18, 2025
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. |
1 reply
Answer selected by
cos4ni2s
|
there is also a tentative plan, if i ever get time, to allow building against different JS engines - SpiderMonkey/JavaScriptCore/QuickJS/Porffor etc.... |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.