calcit
rust_lisp
Our great sponsors
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.
calcit
- Show HN: Programming Google Flutter with Clojure
-
I was getting tired of writing parens for simple math so I made a function for it. Is there a better way to write basic math without as many parentheses in Clojure?
Well, I got myself a script language https://github.com/calcit-lang/calcit_runner.rs/blob/main/calcit/snapshots/test-math.cirru#L11 .
rust_lisp
-
Writing a simple Lisp interpreter in Rust
Well, the article is called "a simple Lisp", not "a fully featured Lisp". It's a demo, not a compliant implementation.
You may be interested by https://github.com/brundonsmith/rust_lisp though
-
What's everyone working on this week (31/2022)?
So to compensate, strop will now be usable as a library. So I'm making a thing which pulls in strop as a dependency and gives you a dialect of lisp for you to specify your function in. In the future, perhaps I'll do the same with Python and maybe others. In this way, the end users will have a better way to specify what they want.
-
Embedding Lisp in C++ – A Recipe
Plug: for fun I made a (less ambitious) version of this kind of thing for Rust which I ended up being pretty happy with
What are some alternatives?
cargo-msrv - 🦀 Find the minimum supported Rust version (MSRV) for your project
sol2 - Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
Fennel - Lua Lisp Language
lisp - A lisp JIT compiler and interpreter built with cranelift.
gluon - A static, type inferred and embeddable language written in Rust.
strop - Stochastically generates machine code
hlbc - Hashlink bytecode disassembler, analyzer, decompiler and assembler.
clasp - clasp Common Lisp environment
ZeroNet - ZeroNetX - Decentralized websites using Bitcoin crypto and BitTorrent network
uom - Units of measurement -- type-safe zero-cost dimensional analysis
rlua - High level Lua bindings to Rust
planif - Rust builder pattern wrapper for the Windows Task Scheduler API of windows-rs