Explorations in pure reasoning algorithms with Clojure.
me.fogus/rv {:mvn/version "0.0.13"}
OR
io.github.fogus/rv {:git/tag "v0.0.13" :git/sha "..."}
Modify your Leiningen dependencies to include:
:dependencies [[me.fogus/rv "0.0.13"] ...]
Add the following to your pom.xml file:
<dependency>
<groupId>me.fogus</groupId>
<artifactId>rv</artifactId>
<version>0.0.13</version>
</dependency>
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
To generate the current API docs run the following:
clj -Tquickdoc quickdoc '{:outfile "doc/API.md", :github/repo "https://github.com/fogus/rv", :toc false}'
The above requires that you install quickdocs as a CLI tool first.
Copyright © 2017-2025 Fogus
Distributed under the Eclipse Public License version 2.0
Can you improve this documentation? These fine people already did:
Fogus & fogusEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |