1
0

Clean up README.md

This commit is contained in:
Jeff 2025-02-06 19:59:07 -05:00
parent 788e3d4a2b
commit b90adcb9f0

View File

@ -26,9 +26,8 @@ write_line(fib(25))
## Highlights
- Easy to read and write
- Single-pass, self-optimizing compiler
- Static typing with extensive type inference
- Multi-threaded register-based virtual machine with concurrent garbage collection
- Multi-threaded register-based virtual machine
- Beautiful, helpful error messages from the compiler
- Safe execution, runtime errors are treated as bugs