determin1st
determin1st
okay, how we should convince anybody except showing some working examples of LS code? let's build a user-interface widget/control library? i'm going to rewrite jquery-ui core into LS and also...
D.Crockford says about let: https://pp.userapi.com/c837627/v837627458/52c56/NT1BMc7uiss.jpg
I'm going to make animation library this year. Fully in LiveScript. Some unique features are already there, RGB^2 interpolation and out-in easing. https://github.com/determin1st/redsock It will be the base for UI...
livescript'ed some git drawer tool for GitHub: https://github.com/determin1st/git-draw2 animation engine has some pretty complex things, so will be finished this year instead 8] livescript'ed some fetch() abstraction: https://github.com/determin1st/httpFetch
you mean empty switch, hmm.. ooke
Hey, @vendethiel does it take long for approval? Or how this works) and, I'll maybe move to another bug issue from this..
Well, thanks for explanation. My concern, that Issues with "Bug" label are hard to traverse. Some of them have no decisions or no good examples to start from.. How to...
hmm.. not good. sorry. `->->` is okay.. was in hurry.... wanted to use `@` inside those methods..
well, i thought about this syntax ```livescript method = (param1, param2) !--> @property = true ``` to this syntax ```javascript method = function(this$) { return function(param1, param2) { this$.property =...
oh, i didn't noticed that with parameters it will be curried function... well, i like `(this) -> (param) ~>` more than `(me) -> (param) ->`, ye, it will be more...