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?

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • indent-clj

    A little experiment into how Clojure with inferred paren might look like

  • I noticed this project: https://github.com/boxed/indent-clj

  • infix

    A Clojure library for expressing LISP expressions as infix rather than prefix notation

  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • calcit

    Indentation-based ClojureScript compiling to JavaScript ES Modules

  • Well, I got myself a script language https://github.com/calcit-lang/calcit_runner.rs/blob/main/calcit/snapshots/test-math.cirru#L11 .

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts