calcit
Lisp compiling to JavaScript ES Modules (by calcit-lang)
infix
A Clojure library for expressing LISP expressions as infix rather than prefix notation (by rm-hull)
Our great sponsors
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 .
infix
Posts with mentions or reviews of infix.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-20.
- Clojure conventions for writing complicated mathematical calculations?
-
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?
Clojure does not have anything like that. But I've people implement some sort of infix macro like this one https://github.com/rm-hull/infix
-
Tips for learning prefix notation?
If you are working with complex stuff, it might be useful to leverage existing infix macros like rm-hull/infix.
-
Is it possible to redefine existing Clojure syntax with macros?
(Such as: https://github.com/rm-hull/infix)
What are some alternatives?
When comparing calcit and infix you can also consider the following projects:
math.numeric-tower
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
indent-clj - A little experiment into how Clojure with inferred paren might look like