Skip to content
/ mof Public

A small collection of Common Lisp utilities

License

Notifications You must be signed in to change notification settings

zhaqenl/mof

Repository files navigation

mof (🦋)

Overview

This is a small collection of Common Lisp utilities that I use personally.

Usage

Clone this repo to ~/common-lisp:

$ mkdir -p ~/common-lisp
$ git clone https://github.com/ebzzry/mof ~/common-lisp/mof

Then load it with:

$ sbcl
* (asdf:make :mof)

To list the symbols exported by this package:

* (mof:print-symbols :mof)

External dependencies

  • ironclad
  • cl-who

Credits

This system uses list comprehensions written by Sven-Olof Nyström.

About

A small collection of Common Lisp utilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published