DeZero in Common Lisp
Clone the repo to ~/common-lisp/dezero-naive directory.
git clone https://github.com/elderica/dezero-naive.git ~/common-lisp/dezero-naiveThen load the system.
(ql:quickload :dezero-naive)The dezero-naive tests are provided as part of the
:dezero-naive.test system.
In order to run the tests you can evaluate the following expressions.
CL-USER> (ql:quickload :dezero-naive.test)
CL-USER> (asdf:test-system :dezero-naive.test)Makefile has several targets.
testruns test suites.sb-covercollects code coverage using:sb-cover.build-imagebuilds docker image.test-imageruns test suites in docker container.
dezero-naive is hosted on Github. Please contribute by reporting
issues, suggesting features or by sending patches using pull requests.
- elderica <1130138+elderica@users.noreply.github.com>
This project is Open Source and licensed under the BSD License.