Update README.md

This commit is contained in:
Erik Svedäng 2016-01-11 15:59:06 +01:00
parent e78023e4d9
commit 75dd53128c

View File

@ -8,7 +8,7 @@ The key features of Carp are the following:
* 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
* Dynamic code loading and live evaluation 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
* Ownership system that enables a functional programming style with the performance characteristics of C
* Very good integration with C libraries