olleicua/hcl

Add better tools for oop

Closed this issue · 1 comments

  • Add a new function constructor called #@ (or lambda@) that works like the => operator in coffeescript
  • Look into ways of making functions passed to underscore methods bind to the outer this by default.
  • Add @ a shorthand for this. like in coffeescript.

I went with @# instead