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
d611f29c0c
commit
158e7e4abe
@ -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:
|
The key features of Carp are the following:
|
||||||
* Automatic and deterministic memory management (no garbage collector or VM)
|
* Automatic and deterministic memory management (no garbage collector or VM)
|
||||||
* Inferred static types for great speed and reliability
|
* Inferred static types for great speed and reliability
|
||||||
* Live reloading of code, REPL-driven development, aka FUN!
|
* 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
|
* 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
|
* No hidden performance penalties – allocation and copying is explicit
|
||||||
* Very good integration with exisiting C code
|
* Very good integration with exisiting C code
|
||||||
|
Loading…
Reference in New Issue
Block a user