You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
LLJS
2
2
====
3
3
4
-
LLJS (formelly known as *JS) is a typed dialect of JavaScript that offers a C-like type system with manual memory management.
4
+
LLJS (formerly known as *JS) is a typed dialect of JavaScript that offers a C-like type system with manual memory management.
5
5
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.
6
6
LLJS is early research prototype work, so
3CB2
don't expect anything rock solid just yet.
7
7
The research goal here is to explore low-level statically typed features in a high-level dynamically typed language.
0 commit comments