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.5.2"]

Clojure CLI/deps.edn

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

Gradle

implementation("fct:fct:0.5.2")

Maven

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