Skip to content

Instantly share code, notes, and snippets.

@gerardpaapu
Created January 17, 2010 02:18
Show Gist options
  • Save gerardpaapu/279166 to your computer and use it in GitHub Desktop.
Save gerardpaapu/279166 to your computer and use it in GitHub Desktop.
(let* ((yin
((lambda (cc) (display #\@) cc) (call-with-current-continuation (lambda (c) c))))
(yang
((lambda (cc) (display #\*) cc) (call-with-current-continuation (lambda (c) c)))) )
(yin yang))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment