Skip to content

elderica/dezero-naive

Repository files navigation

dezero-naive

https://github.com/elderica/dezero-naive/actions/workflows/run-tests.yaml/badge.svg?branch=main

DeZero in Common Lisp

Requirements

Installation

Clone the repo to ~/common-lisp/dezero-naive directory.

git clone https://github.com/elderica/dezero-naive.git ~/common-lisp/dezero-naive

Then load the system.

(ql:quickload :dezero-naive)

Usage

Fill me in

Tests

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)

GNU Makefile

Makefile has several targets.

  • test runs test suites.
  • sb-cover collects code coverage using :sb-cover.
  • build-image builds docker image.
  • test-image runs test suites in docker container.

Contributing

dezero-naive is hosted on Github. Please contribute by reporting issues, suggesting features or by sending patches using pull requests.

Authors

License

This project is Open Source and licensed under the BSD License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published