foop.hs
Carp
Our great sponsors
foop.hs | Carp | |
---|---|---|
1 | 77 | |
3 | 5,197 | |
- | 0.5% | |
0.0 | 0.0 | |
about 1 year ago | 3 months ago | |
Haskell | Haskell | |
- | 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.
foop.hs
We haven't tracked posts mentioning foop.hs yet.
Tracking mentions began in Dec 2020.
Carp
- Good languages for writing compilers in?
-
Emerging Rust GUI libraries in a WASM world
Everybody is trying to make a more user-friendly Rust. The problem is that it is not clear yet whether that's possible, and if it is, how it may look. I know Vale and have tried it, though it's extremely early to judge anything so far. It does have a much stronger theoretical background than V, but even the theory is not completely clear at this point.
There is also Carp by the way: https://github.com/carp-lang/Carp
-
Microsoft rewriting core Windows libraries in Rust
(Carp)[https://github.com/carp-lang/Carp]
-
Lexer in Haskell
Carp (parser source code)
-
Carp lang: statically typed Lisp, no GC
Found this page to be a nice intro to the syntax and semantics:
https://github.com/carp-lang/Carp/blob/master/docs/LanguageG...
I'm excited about Carp's comprehensive and well documented[1] interoperability with C, which unlocks lots of potential for interfacing with existing libraries.
Tim Dévé has even created a game for the Nintendo Game Boy Advance by using Carp's C interoperability; you can play an emulated version online[2].
[1]: https://github.com/carp-lang/Carp/blob/master/docs/CInterop....
I tried it out months ago. It has a really limiting REPL if you’re coming from other lisps like Common Lisp or even Clojure. If your bag is interactive development, then that might be a bummer. https://github.com/carp-lang/Carp/blob/master/docs/Manual.md...
The goal is certainly to have a language suitable for "real-time applications" (read games/audio), that's not my area of expertise however so your definition of real-time might not be different than mine.
As it compiles to C, any microcontroller with a compiler that supports something that looks like C can work. I've run Carp code on a GBA (as mentionned somewhere else in the comments), esp32, esp8266, as well as Arduboy & Pygamer via Arduino.
There is some more information about running Carp on embedded platforms in the docs[0].
One last thing I wanted to mention is that Carp is still very much in flux so it might not be the best choice for longterm projects, but if you're interested in playing with the language there is usually always someone to answer questions on the Gitter[1].
[0] https://github.com/carp-lang/Carp/blob/master/docs/Embedded....
-
Is there a language with lisp syntax but C semantics?
There's Dale, Extempore (more particularly, XTlang which is the statically-typed part of Extempore), Carp, and one more that I can't remember right now that basically maps to C++, more-or-less directly.
What are some alternatives?
awesome-lisp-companies - Awesome Lisp Companies
sectorlisp - Bootstrapping LISP in a Boot Sector
Fennel - Lua Lisp Language
ferret - Ferret is a free software lisp implementation for real time embedded control systems.
hy - A dialect of Lisp that's embedded in Python
femtolisp - a lightweight, robust, scheme-like lisp implementation
babashka - Native, fast starting Clojure interpreter for scripting
nim-esp8266-sdk - Nim wrapper for the ESP8266 NON-OS SDK
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
trivial-gamekit - Simple framework for making 2D games
mirage - MirageOS is a library operating system that constructs unikernels
joker - Small Clojure interpreter, linter and formatter.