varlad/carp-lang

Project ID: 67408

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 37 aarch64 (0)*, x86_64 (10)* Fedora 37 (0 downloads)
Fedora 38 aarch64 (0)*, x86_64 (3)* Fedora 38 (22 downloads)
Fedora 39 aarch64 (0)*, x86_64 (0)* Fedora 39 (11 downloads)
Fedora 40 aarch64 (0)*, x86_64 (0)* Fedora 40 (3 downloads)
Fedora rawhide aarch64 (0)*, x86_64 (15)* Fedora rawhide (30 downloads)

* Total number of downloaded packages.