mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-14 18:47:42 +03:00
Update README.md
This commit is contained in:
parent
80f1e85a9f
commit
d611f29c0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user