Skip to content

Instantly share code, notes, and snippets.

@snowmantw
Created October 1, 2012 13:40
Show Gist options
  • Save snowmantw/3811858 to your computer and use it in GitHub Desktop.
Save snowmantw/3811858 to your computer and use it in GitHub Desktop.
try coffeescript + fluorine
Env(a:3, b:4)
._(()->@a+=3)
._(()->@b+=4)
.done()
.run()
@snowmantw
Copy link
Author

Can't use "full" coffee flavor. Some JS syntax should be preserved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment