Description
Carp is a programming language designed to work well for interactive and performance sensitive use cases like games, sound synthesis and visualizations.
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
- Ownership tracking enables a functional programming style while still using mutation of cache-friendly data structures under the hood
- No hidden performance penalties – allocation and copying are explicit
- Straightforward integration with existing C code
- Lisp macros, compile time scripting and a helpful REPL
Installation Instructions
To install Carp:
sudo dnf copr enable varlad/carp-lang
sudo dnf install carp
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | aarch64 (2)*, x86_64 (5)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (2)*, x86_64 (2)* | Fedora 39 (24 downloads) |
Fedora 40 | aarch64 (2)*, x86_64 (2)* | Fedora 40 (15 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (0)* | Fedora 41 (7 downloads) |
Fedora rawhide | aarch64 (2)*, x86_64 (17)* | Fedora rawhide (45 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable varlad/carp-lang
More info about enabling Copr repositories