this post was submitted on 15 Apr 2025
1 points (100.0% liked)

Clojure programming language discussion

543 readers
1 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 5 years ago
MODERATORS
 

numbers, radix, arbitrary precision in Clojure

https://clojure-diary.gitlab.io/2025/04/15/numbers-radix-arbitrary-precision-in-clojure.html

Code ;; numbers.clj 17 017 ;; O17 ;; error 0.17 00.17 8r17 0X17 0x17 16r17 16R17 ;; 16r-17 ;; error -16r17 ;; 0x-17 ;; error -0x17 ;; 0x17.34 ;; error ;; 16r17.34 ;; 7r17 ;; error ;; 4r17 ;;...

#clojure #clj #cljs [email protected] @clojure

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here