Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larsbrinkhoff/lisp-lab

Unsorted Lisp snippets.
https://github.com/larsbrinkhoff/lisp-lab

common-lisp

Last synced: 24 days ago
JSON representation

Unsorted Lisp snippets.

Awesome Lists containing this project

README

        

Small bits of Lisp code that haven't evolved into their own repositories... yet.

- collect.lisp : My version of the COLLECT macro.

- daniels.lisp : Calculate running paces to and from VDOT according to Jack Daniels.

- foptioncall.lisp : Funcall with &optional arguments.

- map-subforms.lisp : Code walker.

- purdy.el : Calculate Purdy points.

- teapot.lisp : Dataset for the Utah Teapot.

- time-syntax.lisp : Readtable with sexagesimal colon.