Skip to content

Instantly share code, notes, and snippets.

@debasishg
Last active December 10, 2015 17:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debasishg/4467979 to your computer and use it in GitHub Desktop.
Save debasishg/4467979 to your computer and use it in GitHub Desktop.
a Joy like concatenative lang using Free Monads
p :: Joy ()
p = do push 5
push 6
add
incr
add2
square
cube
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment