Skip to content

Instantly share code, notes, and snippets.

@pasberth
Last active December 16, 2015 05:39
Show Gist options
  • Save pasberth/5385618 to your computer and use it in GitHub Desktop.
Save pasberth/5385618 to your computer and use it in GitHub Desktop.
(((o(*゚▽゚*)o)))(((o(*゚▽゚*)o)))(((o(*゚▽゚*)o)))(((o(*゚▽゚*)o)))
(define (o . opts)
(let-optionals* opts [ (f #f)
(g #f) ]
(if f
(begin
(display "(((o(")
(f)
(g)
(pa$ o f g))
(begin
(display ")o)))")
o))))
(define (*゚▽゚*) (lambda () (display "*゚▽゚*")))
(((o(*゚▽゚*)o))) ; (((o(*゚▽゚*)o)))(((o(*゚▽゚*)o)))(((o(*゚▽゚*)o)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment