https://old.reddit.com/r/Clojure/comments/8r1535/carp_clojure_inspired_statically_typed_lisp/
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
Learn more
The Compiler Manual - how to install and use the compiler
Carp Language Guide - syntax and semantics of the language
Core Docs - documentation for our standard library
Jump in the discussion.
No email address required.
Snapshots:
archive.org
archive.ph (click to archive)
ghostarchive.org (click to archive)
https://old.reddit.com/r/Clojure/comments/8r1535/carp_clojure_inspired_statically_typed_lisp/:
undelete.pullpush.io
archive.org
archive.ph (click to archive)
ghostarchive.org (click to archive)
Jump in the discussion.
No email address required.
More options
Context