issues
search
olleicua
/
hcl
Hot Cocoa Lisp
GNU General Public License v3.0
34
stars
4
forks
source link
Add better tools for oop
#4
Closed
olleicua
closed
10 years ago
olleicua
commented
11 years ago
[x] Add a new function constructor called
#@
(or lambda@) that works like the
=>
operator in coffeescript
[x] Look into ways of making functions passed to underscore methods bind to the outer
this
by default.
[x] Add
@
a shorthand for
this.
like in coffeescript.
olleicua
commented
10 years ago
I went with
@#
instead
#@
(or lambda@) that works like the=>
operator in coffeescriptthis
by default.@
a shorthand forthis.
like in coffeescript.