mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-04 01:25:04 +03:00
instructions
This commit is contained in:
parent
b26b62a5a2
commit
febca75f05
@ -14,6 +14,11 @@ The key features of Carp are the following:
|
||||
* No hidden performance penalties – allocation and copying is explicit
|
||||
* Very good integration with exisiting C code
|
||||
|
||||
## Installation
|
||||
Run ```make``` in the root of the project to build. Add the bin directory to your path to enable calling the ```carp``` command:
|
||||
|
||||
```export PATH=$PATH:/Users/erik/Carp/bin/
|
||||
|
||||
## The Language
|
||||
Carp borrows its looks from Clojure but the runtime semantics are much closer to those of ML or Rust. Here's a sample program:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user