LLJS (formelly known as *JS) is a typed dialect of JavaScript that offers a C-like type system with manual memory management. It compiles to JavaScript and lets you write memory-efficient and GC pause-free code less painfully, in short, LLJS is the bastard child of JavaScript and C. LLJS is early research prototype work, so don't expect anything rock solid just yet. The research goal here is to explore low-level statically typed features in a high-level dynamically typed language. Think of it as inline assembly in C, or the unsafe keyword in C#. It's not pretty, but it gets the job done.
forked from mbebenita/LLJS
-
Notifications
You must be signed in to change notification settings - Fork 0
LLJS: Low-Level JavaScript
License
ywarnier/LLJS
About
LLJS: Low-Level JavaScript
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published