Simple scheme bytecode VM
Stars
29
Forks
2
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
20
commits
bug fixes
6662a26
fix hashmap resize
0c866b2
fixes
4dee83a
better VM
d9f971c
assq
ab7d892
defmacro -> define-macro; Unhygienic define-syntax
bb89262
improve module system; better core module
182cc08
introduce better JIT with stack2ssa
7ac8216
use comet from git
1930755
remove debug prints
7482232
add list* to core.scm
0c75301
improve JIT; add while loop to compiler
1cdbd6b
working JIT
bded829
new VM
8e9bbc4
OMG JIT compiler
a21720a