calcit
Lisp compiling to JavaScript ES Modules (by calcit-lang)
indent-clj
A little experiment into how Clojure with inferred paren might look like (by boxed)
Our great sponsors
calcit | indent-clj | |
---|---|---|
3 | 1 | |
72 | 30 | |
- | - | |
6.2 | 0.0 | |
12 days ago | about 8 years ago | |
Rust | Clojure | |
- | Eclipse Public License 1.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of calcit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-01.
- 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 .
indent-clj
Posts with mentions or reviews of indent-clj.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-22.
-
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?
I noticed this project: https://github.com/boxed/indent-clj
What are some alternatives?
When comparing calcit and indent-clj you can also consider the following projects:
infix - A Clojure library for expressing LISP expressions as infix rather than prefix notation
Ketos - Lisp dialect scripting and extension language for Rust programs
rpds - Rust Persistent Data Structures
rust_lisp - A Rust-embeddable Lisp, with support for interop with native Rust functions