Skip to content

Instantly share code, notes, and snippets.

@tucaz
Created January 3, 2012 23:59
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 tucaz/1557665 to your computer and use it in GitHub Desktop.
Save tucaz/1557665 to your computer and use it in GitHub Desktop.
LOL Lisp
;5 + 4 (2 - (3 - (6 + 4/5))) / 3(6 - 2)(2 - 7)
(/ (+ 5 4
(- 2
(- 3
(+ 6
(/ 4 5)
)
)
)
)
(* 3
(- 6 2)
(- 4 7)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment