ckknight / gorillascript

GorillaScript is a compile-to-JavaScript language designed to empower the user while attempting to prevent some common errors.
MIT License
300 stars 34 forks source link

[ANN] if anyone still using gorillascript you can checkout these package #144

Open unc0 opened 10 years ago

unc0 commented 10 years ago

gulp.gs this is a wrapper for gulp, so you can write gulpfile in gorillascript.

gorillaify this is a browserify module, you can mix javascript and gorillascript in your project and generate a bundle.js for deploy.

unc0 commented 10 years ago

gulp-gorilla Gorillascript plugin for gulp.

yuchi commented 10 years ago

(I still use it for fun)

vendethiel commented 10 years ago

(Too bad it doesn't have static typechecking)