Skip to content

Instantly share code, notes, and snippets.

@moratori
Created December 10, 2014 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moratori/7f4e6f32539ebe520617 to your computer and use it in GitHub Desktop.
Save moratori/7f4e6f32539ebe520617 to your computer and use it in GitHub Desktop.
dagger
(set-macro-character #\DOUBLE_DAGGER
(get-macro-character #\) ))
(set-macro-character #\DAGGER
(lambda (stream char)
(declare (ignore char))
(read-delimited-list #\DOUBLE_DAGGER stream t)))
† defun fact † n‡
† if † zerop n‡
1
† * n† fact † 1- n‡ ‡ ‡ ‡ ‡
† print † fact 5‡‡
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment