feldspar-language
Carp
feldspar-language | Carp | |
---|---|---|
- | 88 | |
45 | 5,552 | |
- | 0.5% | |
0.0 | 4.1 | |
about 3 years ago | 8 days ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" 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.
feldspar-language
We haven't tracked posts mentioning feldspar-language yet.
Tracking mentions began in Dec 2020.
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?
alga
awesome-lisp-companies - Awesome Lisp Companies
language-thrift - Haskell parser for the Thrift IDL format.
sectorlisp - Bootstrapping LISP in a Boot Sector
feldspar-signal - Signal Processing for Embedded Domain Specific Languages in Haskell
Fennel - Lua Lisp Language
lens-toml-parser - Lenses for toml-parser
ferret - Ferret is a free software lisp implementation for real time embedded control systems.
language-c-quote
femtolisp - a lightweight, robust, scheme-like lisp implementation
purescript - A strongly-typed language that compiles to JavaScript
hy - A dialect of Lisp that's embedded in Python