8000 Merge pull request #4 from jankeromnes/patch-1 · repos-javascript-compilers/LLJS@86900b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86900b2

Browse files
committed
Merge pull request mbebenita#4 from jankeromnes/patch-1
fixed a typo
2 parents 662d293 + 60b8f0e commit 86900b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LLJS
22
====
33

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.
55
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.
66
LLJS is early research prototype work, so 3CB2 don't expect anything rock solid just yet.
77
The research goal here is to explore low-level statically typed features in a high-level dynamically typed language.

0 commit comments

Comments
 (0)
0