Forth-in-Charm
cognate
Forth-in-Charm | cognate | |
---|---|---|
5 | 5 | |
4 | 241 | |
- | 2.1% | |
0.0 | 9.4 | |
about 2 years ago | 4 days ago | |
xBase | C | |
- | BSD 2-clause "Simplified" License |
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.
Forth-in-Charm
-
July 2022 monthly "What are you working on?" thread
I've been implementing the lessons from my last dogfooding (Forth implemented in Charm): getting the bugs out, and implementing more helpful and interactive error messages, a stack trace, etc, so you can really bang away coding. It's nice.
- Easy-to-implement PLs
- June 2022 monthly "What are you working on?" thread
-
Langception: I wrote a Forth in Charm, which I also wrote
Implementation of Forth in Charm : https://github.com/tim-hardcastle/Forth-in-Charm
cognate
-
Uiua: A minimal stack-based, array-based language
Reminds me a bit of Cognate(https://github.com/cognate-lang/cognate/blob/master/INTRODUC...)
Think I would like Uiua more if it require a space between terms. It wouldn’t be quite as tacit but it would be easier to read and more flexible — you could multi-symbol operators.
-
Two esoteric but maybe useful language ideas
Cognate happens to be a simple & readable polish-notation stack language that compiles to C.
-
Flow - a little language I've been working on
This reminds me a lot of Cognate.
-
July 2022 monthly "What are you working on?" thread
Since discovering and being inspired by Cognate, I've begun work on somewhat of a sister language called Adduce, with u/stavro-mueller-beta's blessing. It's honestly been kind of a whirlwind so far - over the course of about a week, I threw together a hacky Javascript interpreter to sketch out my ideas for the language, then rewrote it in Haskell for more permanent development. The language is currently in a mostly working state, though missing a lot of features; the biggest pain points so far have been mostly related to scoping and exception handling, since I'm implementing a dynamically typed, interpreted, mostly-procedural language in a language that is very much neither, and I'd give a tentative guess that just figuring out how to make the latter work at all took over half the development time of the Haskell version so far.
- Cognate - concatenative programming in English prose
What are some alternatives?
prowl - WIP stack language that uses regex for control flow
uiua - A stack-based array programming language
cane - A small MIDI sequencer DSL designed around vectors and euclidean rhythms
peridot - A fast functional language based on two level type theory
hook - The Hook Programming Language
rigc-lang - A prototype of the RigC programming language.
FruitCastle - Fruit Castle is a web application intended to serve as common centralized backend service provider for a wide range of apps requiring different types of data
comet - Comet is a lightweight, fast programming language (remember to star and fork!)
adduce - The interpreter for the Adduce programming language.
nymph - 🧚 A slightly different version of C.