Life With CoffeeScript
  - foobargem (menonrails.com)
What is CoffeeScript?

● DSL(Domain Specific Language)
● JavaScript Compiler
How it works?

● Well... :)
● JISON: javascript parser generator
Why use it?

● Rails 3.1
● 유지보수가 용이한 JavaScript
● Stand-alone (without prototype, jquery ...)
References

● http://jashkenas.github.com/coffee-script/
● https://github.com/jashkenas/coffee-
  script/wiki
Demo?

1. hello world!!
2. google chart example
3. simple chat server (with node.js)

Life with coffee_script