Update README.md

This commit is contained in:
Erik Svedäng 2016-01-11 20:03:26 +01:00
parent 80f1e85a9f
commit d611f29c0c

View File

@ -7,7 +7,7 @@ Carp is a small programming language designed to work well for interactive and p
The key features of Carp are the following:
* Automatic and deterministic memory management (no garbage collector or VM)
* Inferred static types for great speed and reliability
* Live reloading of code, REPL-driven development
* Live reloading of code, REPL-driven development, aka FUN!
* Ownership tracking enables a functional programming style while still using mutation for fast updating of data structures
* No hidden performance penalties allocation and copying is explicit
* Very good integration with exisiting C code