this post was submitted on 24 Mar 2025
2 points (100.0% liked)

Clojure programming language discussion

526 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
 

Practice working with Clojure vectors

https://dev.to/ivangavlik/practice-working-with-clojure-vectors-29d2

Vector A vector in Clojure is an ordered, indexed, immutable collection that allows efficient random access and fast additions at the end. They are immutable. Vectors are defined using square brackets [] or by using the vector function: ;;...

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

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