fct

Free variables in Clojure. We provide a framework for global and free variables in Clojure. Global means they have a global meaning (unlike variables in a function declaration) and free means that they are undefined. This turns any code into a function that can be evaluated by assigning interpretations to the variables.

Leiningen/Boot

[fct "0.6.0"]

Clojure CLI/deps.edn

fct/fct {:mvn/version "0.6.0"}

Gradle

implementation("fct:fct:0.6.0")

Maven

<dependency>
  <groupId>fct</groupId>
  <artifactId>fct</artifactId>
  <version>0.6.0</version>
</dependency>