ryukinix / lisp-inference

An Inference Engine based on Propositional Calculus written in Common Lisp
https://logic.manoel.dev
BSD 3-Clause "New" or "Revised" License
40 stars 1 forks source link

Create a web server + front to host lisp-inference #13

Closed ryukinix closed 5 years ago

ryukinix commented 5 years ago

This should be simple and inspired in the project ultralisp.org

ryukinix commented 5 years ago

It was done and is deployed at http://logic.lerax.me.

It still have issues about parsing the string to a list expression to be analyzed, but is working!