Update README.md

This commit is contained in:
Erik Svedäng 2016-01-11 16:47:04 +01:00
parent f231a56aef
commit 6333ad0a2e

View File

@ -8,8 +8,8 @@ The key features of Carp are the following:
* Automatic and deterministic memory management (no GC)
* Statically inferred types
* Live reloading of code
* Ownr Functional programming style
* No hidden performance penalties
* 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
## The Language