SaaSHub helps you find the best software and product alternatives Learn more →
Fe Alternatives
Similar projects and alternatives to fe
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
terra
Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
ferret
Ferret is a free software lisp implementation for real time embedded control systems. (by nakkaya)
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
fe discussion
fe reviews and mentions
-
Forsp: A Forth+Lisp Hybrid Lambda Calculus Language
This is incredible. I'll be tinkering with this for a while, guaranteed. As the advantages of combining Lisp and Forth in this way are slowly revealed to me it's like unlocking parts of my brain to interact with each other that never have done before.
Pretentiousness on my part aside, this is a pretty mind-blowing concept. The interpreter being in less than 1000 lines of (comprehensible) C is all the more commendable (most of these minimal languages turn out to be some monolithic Rust thing or similar, which kinda defeats the entire purpose imo).
Excited to take a closer look at the source to see how the various data structures etc. are laid out in memory. I won't be able to resist making comparisons to my current/other favourite mini-language 'fe' (https://github.com/rxi/fe), a sub-1000-line Lisp also written in C. If you haven't seen that one I'd definitely recommend checking it out.
Thank you for putting this online. Happy hacking!
- How to Write a (Lisp) Interpreter (In Python)
-
fe: A tiny, embeddable language implemented in ANSI C
- Simple and easy to use C API
[1] https://github.com/rxi/fe/blob/master/doc/impl.md
- Fe: A tiny, embeddable language implemented in ANSI C
-
uLisp
Very cool! Quite similar to fe [1], a tiny, embeddable Lisp by the magnificent rxi. Seriously, if you like games and gorgeous C and Lua code, check out his projects and the games on itch.io!
[1] https://github.com/rxi/fe
-
A note from our sponsor - SaaSHub
www.saashub.com | 22 Mar 2025
Stats
rxi/fe is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of fe is C.