A cool calculator and unit conversion utility written in Clojure. Parses natural English phrases like “how many inches are in 3 feet?” and evaluates them using arbitrary-precision arithmetic on all platforms.
calc can be accessed from several runtimes:
- In your CLI via Babashka, JVM Clojure, or Python (Basilisp).
- On the Web at calc.rymcg.tech (100% client-side) or by downloading a copy of of the bundled website: calc.html.
- As a Library in your Clojure/ClojureScript/Basilisp applications.
Local only, no LLM used for natural English phases.
You must log in or register to comment.

