A collection of tools from since I started programming in lisp.
Not all tools are maintained and the vast majority are not documented. I'll get around to it... someday. The packages /objects, /cli, /withs, /keys, are probably the more interesting ones.
clone this repository, then:
(ql:quickload :jack-tools)
Submodules have been provided, be sure to initialize them and move to your local-projects.
See packages.lisp, tells you where each function is. Documentation will come around when I have time... hopefully.
Just open an issue if you need anything.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request