Carp
Lisp language
A statically typed Lisp language with automatic memory management and support for real-time applications.
A statically typed lisp, without a GC, for real-time applications.
6k stars
111 watching
178 forks
Language: Haskell
last commit: 3 months ago
Linked from 1 awesome list
functionalfunctional-programminggame-developmentgamedevgameslanguagelispreplstatictyped
Related projects:
Repository | Description | Stars |
---|---|---|
clasp-developers/clasp | Seamlessly interoperating C++ libraries with Common Lisp | 2,578 |
tomhrr/dale | A Lisp-flavoured C programming language with additional features like type deduction and compiler introspection. | 1,028 |
dbetz/xlisp | An object-oriented LISP compiler built using CMake | 35 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
bohonghuang/claw-raylib | Provides automatic Common Lisp bindings for game development libraries | 39 |
malisper/clamp | An implementation of Arc programming language concepts in Common Lisp. | 71 |
vale981/practical-cl-beautified | Enhances the online version of Practical Common Lisp with syntax highlighting and interactive features. | 34 |
jingtaozf/literate-lisp | An Emacs extension that loads Common Lisp code from Org files | 64 |
happyfish100/libfastcommon | A set of utility functions and data structures used in distributed systems and network applications. | 898 |
brown/swank-crew | Enables distributed computation of Common Lisp expressions on remote hosts using Swank Client | 43 |
dirkschumacher/llr | A Lisp-like language inspired by Clojure that compiles to R's abstract syntax tree for interpreted expression evaluation. | 202 |
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
resttime/cl-liballegro | A Common Lisp interface to the Allegro 5 game programming library, providing bindings and a fixed timestep game loop. | 56 |
robert-van-engelen/tinylisp | A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 854 |
toccata-lang/toccata | An experimental Lisp dialect compiler and core library that compiles to native executable using the Clang compiler | 168 |