this post was submitted on 02 Jan 2025
1 points (100.0% liked)

Clojure programming language discussion

478 readers
3 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
 

What is form in Clojure?

https://clojure-diary.gitlab.io/2025/01/02/what-is-form-in-clojure.html

In Clojure, a form is a piece of code that can be evaluated. Forms can be simple expressions, such as numbers or symbols, or they can be more complex structures, such as lists or maps. For example, the following are all forms in Clojure: 42 (a...

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

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