this post was submitted on 22 Jan 2025
2 points (100.0% liked)

Clojure programming language discussion

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

Clojure Is Awesome!!! [PART 5]

https://dev.to/borba/clojure-is-awesome-part-5-47c1

(ns v2 (:require [clojure.spec.alpha :as s] [clojure.string :as str])) (s/def ::distance (s/and number? pos?)) (s/def ::package string?) (s/def ::destination string?) (s/def ::delivery-type #{"air" "land" "sea"}) (defprotocol...

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

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