Lin Ran

Results 11 comments of Lin Ran

``` def get-something |key| yield ... { get-something: |key| yield... } ``` Two `|` metaphors fulfill/reject, my 2 cents.

I didn't know this feature, that modifier composition is awesome. You should add this to the document.

Yes, I think that's better, no more grunt jshint tasks in my Gruntfile.

I've create a new branch `brequire` in my [fork](https://github.com/unc0/gorillascript/tree/brequire), you can use this to try it out: ``` shell gorilla --commonjs -c -o all.js **/*.gs ```

[gulp-gorilla](https://github.com/unc0/gulp-gorilla) Gorillascript plugin for gulp.

io.js released yesterday, I wish someone could rewrite gorilla-script to use the latest ES6 features. Anyway, this is my io.js support [branch](https://github.com/unc0/gorillascript/tree/iojs). Hope I made gorilla-script not so dead.

:+1: Will try that later with koa/toa.

Some thought(My English is quite broken, I don't know if I can express myself clearly): - Gorillascript can be a language without jsprelude and that pre-defined macros. The basic language...

I checkout EchoJS news today, found [LazyJS](https://github.com/bevacqua/lazyjs), if gorilla can support this special comment in this new syntax will be great, maybe steal some idea from LazyJS, make gorilla a...

No, this tags file been used in some editors, vim/emacs for example. http://ctags.sourceforge.net/tools.html