Update README.md

This commit is contained in:
Erik Svedäng 2016-01-11 15:58:21 +01:00
parent c6f79f702f
commit e78023e4d9

View File

@ -6,7 +6,7 @@ Carp is a small programming language designed to work well for interactive and p
The key features of Carp are the following:
* No garbage collection or runtime system, all memory management is deterministic and compiled into the final binary executable
* No garbage collection or runtime system, all memory management is deterministic and compiled into the final library or executable
* Static (100% inferred) type system that enables very fast code execution and fewer runtime errors
* Dynamic code loading and execution enables interactive (REPL-driven) development of your program
* No hidden performance penalties, everything that can slow down your program is explicit and visible in the code