jamiegoodnight / cupajoe

Is it 2011 all over again?! I'm transpiling with CoffeeScript—and studying source-to-source compilers.
0 stars 0 forks source link

CoffeeScript?!

License License

CoffeeScript

Today, CoffeeScript is largely forgotten, but we can still use it to study transpilation. "Code translation", that is. In this case, CoffeeScript will transpile into JavaScript.

Install

npm install -g coffescript

Compile

coffee -c frenchroast.coffee

Run

coffee frenchroast.coffee