lazy-seq
Carp
lazy-seq | Carp | |
---|---|---|
1 | 88 | |
10 | 5,515 | |
- | 0.2% | |
0.0 | 0.0 | |
12 months ago | about 1 month ago | |
Fennel | Haskell | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lazy-seq
-
Clojure, but without the JVM?
I believe there are more projects than that. I, personally, invest a lot of time into Fennel, as it's very minimal, and Lua runtime is very easy to extend as you like. I've implemented Clojure-like library for lazy sequences, and the cljlib - a library that ports a lot of functions and macros from clojure.core namespace.
Carp
-
Lisp Implemented in Rust Macros
Obligatory reference to Carp[1], the lisp that uses borrow checking; the "rust" of lisps.
1: https://github.com/carp-lang/Carp
-
The Pre-Scheme Restoration project is now underway
Without a new maintainer and perhaps a group of dedicated supporters, Carp may as well be considered abandoned. The existing head maintainer and major contributor has moved on to other things.
https://github.com/carp-lang/Carp/issues/1460#issuecomment-2...
- SBCL: New in Version 2.4.5
- The search for easier safe systems programming
- Carp: A statically typed Lisp, without a GC, for real-time applications
- How to Write a (Lisp) Interpreter (In Python)
-
Roc – A fast, friendly, functional language
Carp - https://github.com/carp-lang/Carp - "A statically typed lisp, without a GC, for real-time applications." where it's "Ownership tracking enables a functional programming style while still using mutation of cache-friendly data structures under the hood".
-
Ask HN: Looking for statically typed, No-GC and compiled Lisp/scheme
Looking for a personal project so open-source would be great, but maturity/production readiness is not really a factor.
The only significant thing i can find so far is https://github.com/carp-lang/Carp.
Anything notable that i might have missed ?
- NASA just sent a software update to a spacecraft 12B miles away
-
Lisp in Space
Not CL, but there is ulisp (http://www.ulisp.com/) for microcontrollers, supposed to be really tiny, and there is Carp (https://github.com/carp-lang/Carp) which is without a GC so seems suitable for real-time stuff.
What are some alternatives?
clojerl - Clojure for the Erlang VM (unofficial)
awesome-lisp-companies - Awesome Lisp Companies
awesome-clojure-likes - Curated list of Clojure-like programming languages.
sectorlisp - Bootstrapping LISP in a Boot Sector
fennel-cljlib - Port of clojure.core namespace to Fennel (mirror)
Fennel - Lua Lisp Language
babashka - Native, fast starting Clojure interpreter for scripting
ferret - Ferret is a free software lisp implementation for real time embedded control systems.
planck - Stand-alone ClojureScript REPL
femtolisp - a lightweight, robust, scheme-like lisp implementation
hy - A dialect of Lisp that's embedded in Python