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: 8 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 (about 10 years ago)
- Last Synced: 2024-11-18T15:45:30.925Z (2 months ago)
- Topics: common-lisp
- Language: Common Lisp
- Homepage:
- Size: 14.4 MB
- Stars: 6
- Watchers: 3
- 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.