esta
esta copied to clipboard
Interpreted language and bytecode VM of my own design written in Rust [Unmaintained]
Results
2
esta issues
Sort by
recently updated
recently updated
newest added
Hello! I found your language through your blog post which linked Gleam (thanks!). I wasn't sure if the README was correct. It says "gradually typed" but then describes type inference...
The REPL does not work right now. You need to figure out which compilation stage the REPL fits into (probably the first and the last) and modify the interpreter so...