infix
A Clojure library for expressing LISP expressions as infix rather than prefix notation (by rm-hull)
math.numeric-tower
Math functions that deal intelligently with the various types in Clojure's numeric tower (by clojure)
Our great sponsors
infix | math.numeric-tower | |
---|---|---|
4 | 1 | |
91 | 174 | |
- | 1.1% | |
0.0 | 0.0 | |
4 months ago | 13 days ago | |
Clojure | Clojure | |
MIT License | 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.
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)
math.numeric-tower
Posts with mentions or reviews of math.numeric-tower.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-04.
-
Tips for learning prefix notation?
or pull one in from a library.
What are some alternatives?
When comparing infix and math.numeric-tower you can also consider the following projects:
calcit - Indentation-based ClojureScript compiling to JavaScript ES Modules