Clojure topic

Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.

List Clojure repositories

luminus-template

644
Stars
148
Forks
Watchers

a template project for the Luminus framework

beakerx

2.8k
Stars
382
Forks
Watchers

Beaker Extensions for Jupyter Notebook

sketchy

147
Stars
18
Forks
Watchers

Sketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)

medley

842
Stars
67
Forks
Watchers

A lightweight library of useful Clojure functions

onyx

2.0k
Stars
206
Forks
Watchers

Distributed, masterless, high performance, fault tolerant data processing

fn-fx

386
Stars
33
Forks
Watchers

A Functional API around JavaFX / OpenJFX.

nodebook

1.6k
Stars
84
Forks
Watchers

Nodebook - Multi-Lang Web REPL + CLI Code runner

expound

921
Stars
24
Forks
Watchers

Human-optimized error messages for clojure.spec

tilakone

194
Stars
20
Forks
Watchers

Minimalistic finite state machine (FSM) in Clojure

hodur-engine

279
Stars
13
Forks
Watchers

Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an A...