Skip to content

leinfink/logicky-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logicky Lisp

tests GitHub code size in bytes

WIP, not much functionality yet.


Evaluate and prove arguments in different formal logics.

Completely rewritten Common Lisp port of Logicky. Mostly just to practice Common Lisp.

Tested on SBCL 2.2.4 and CCL 1.12.1.

Usage

Full reference manual (incl. internal symbols)

Run from sources:

make run
# defaults to 'sbcl --load run.lisp'

Choose an alternative lisp (default is sbcl):

LISP=ccl make run

Or build and run the binary:

$ make build
$ ./logicky-lisp

About

Common Lisp port of Logicky. Evaluate and prove arguments in different formal logics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published