Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fogus/reinen-vernunft

Code conversations in Clojure regarding the application of pure reasoning algorithms.
https://github.com/fogus/reinen-vernunft

langdev

Last synced: 9 days ago
JSON representation

Code conversations in Clojure regarding the application of pure reasoning algorithms.

Awesome Lists containing this project

README

        

# reinen-vernunft

Explorations and conversations regarding pure reason using Clojure. Currently, I've implemented the following:

* [fogus.reinen-vernunft.rules](https://github.com/fogus/reinen-vernunft/blob/master/src/fogus/reinen_vernunft/rules.clj) - simplest possible production rules (more information in [Read-Eval-Print-λove v004](https://leanpub.com/readevalprintlove004))

## Usage

Don't.

## Testing

clj -X:dev:test

## TODO

- [ ] Port old impls from Forbus' *[Building Problem Solvers](https://www.amazon.com/gp/product/0262061570/?tag=fogus-20)*
- [ ] Find old datalog impl
- [ ] Port ~amb~ to a trampoline solution

## License

Copyright © 2017-2021 Fogus

Distributed under the Eclipse Public License version 1.0.