LLJS 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.
http://lljs.org/
Le premier commit date de Février 2012 (pas longtemps après notre
dernière rencontre si je ne m'abuse) et plusieurs idées semblent
avoir été inspirées par notre propre travail sur Tachyon, alors
Maxime, si tu doutais de l'influence de certaines de tes idées, il
n'y a plus de raisons ;-).
Erick