Skip to content

A Clojure library exploring the application of pure reasoning algorithms.

License

Notifications You must be signed in to change notification settings

fogus/reinen-vernunft

Repository files navigation

reinen-vernunft

Explorations in pure reasoning algorithms with Clojure.

Including

deps.edn

me.fogus/reinen-vernunft {:mvn/version "0.0.4"}

OR

io.github.fogus/reinen-vernunft {:git/tag "v0.0.4" :git/sha "86e2de4e363e8f0abd3b8df2a4baf2360c537e68"}

Leiningen

Modify your Leiningen dependencies to include reinen-vernunft:

:dependencies [[me.fogus/reinen-vernunft "0.0.4"] ...]    

Maven

Add the following to your pom.xml file:

<dependency>
  <groupId>me.fogus</groupId>
  <artifactId>reinen-vernunft</artifactId>
  <version>0.0.4</version>
</dependency>

Dev

Namespaces under the wip sub-ns are works in progress and should only be used for experimentation. It is expected that these implementations will change frequently and may disappear altogether.

clj -X:dev:test

License

Copyright © 2017-2025 Fogus

Distributed under the Eclipse Public License version 2.0

About

A Clojure library exploring the application of pure reasoning algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published