Skip to content

Instantly share code, notes, and snippets.

@lojikil
Created January 27, 2012 20:45
Show Gist options
  • Save lojikil/1690833 to your computer and use it in GitHub Desktop.
Save lojikil/1690833 to your computer and use it in GitHub Desktop.
; (hydra@eval '(if (< 3 4) "yes" "no") *tlenv*)
_ : Pair = '((3 4) (3 3) (9) (29 2) (3 "yes") (27 1) (3 "no"))
(load 3)
(load 4)
(<)
(compare-and-jump 2) ; jump 2 if false
(load "yes")
(jump 1)
(load "no")
Demo so I can show a friend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment