this post was submitted on 02 Mar 2024
1 points (100.0% liked)

Clojure programming language discussion

0 readers
2 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
 

Necessary variables in let, Tabby A.I suggest with Clojure

https://clojure-diary.gitlab.io/2024/03/02/necessary-variables-in-let-tabby-a-i-suggest-with-clojure.html

Code ;; necessary_variables_in_let.clj (def string "rgaraga4agjrj4rikllmrfmghjqwwrwengek") (defn sieve [string] (let [first-4-letters (take 4 string) unique-letters (set first-4-letters) length (count unique-letters)] (if...

#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