1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Generating multiplication tables with Clojure

https://clojure-diary.gitlab.io/2024/09/29/generating-multiplication-tables-with-clojure.html

Code (defn single-line [number multiplicant] (str number " X " multiplicant " = " (* number multiplicant))) ;; (def num 5) ;; (println ;; (clojure.string/join "\n" ;; (map single-line (repeat 10 5) (range 1...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here
this post was submitted on 29 Sep 2024
1 points (100.0% liked)

Clojure programming language discussion

451 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 4 years ago
MODERATORS