Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/larsbrinkhoff/lisp-lab
- Owner: larsbrinkhoff
- Created: 2012-07-23T19:24:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T13:43:07.000Z (almost 10 years ago)
- Last Synced: 2023-03-25T20:51:31.641Z (over 1 year ago)
- Topics: common-lisp
- Language: Common Lisp
- Homepage:
- Size: 14.4 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.