org.clojars.joinr/spork

A set of libraries derived from Spoon's Operations Research Kit. Libraries are modular and are suppoorted as stand-alone dependencies. This project is an uberjar that includes all of the modular bits in a single jar, for easier dependencies. spork is purpose-built to be clojure-centric, focusing on a functional API, a default towards purity and persistent data structures, with alternative mutable/imperative counterparts. The vast majority of spork is written in Clojure, with an intentional nod toward independence from external libraries, particularly Java libs. Consequently, spork should provide a lightweight, clojure-based platform for the topics covered by the libraries. I am currently working to eliminate legacy java dependencies where possible.

Leiningen/Boot

[org.clojars.joinr/spork "0.1.9.8-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.joinr/spork {:mvn/version "0.1.9.8-SNAPSHOT"}

Gradle

implementation("org.clojars.joinr:spork:0.1.9.8-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.joinr</groupId>
  <artifactId>spork</artifactId>
  <version>0.1.9.8-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.