Sort:  

What's "crazy whitespace issue"?

Also:

  1. install nodejs
  2. echo "console.log('Hello World!')" > hello.js
  3. node hello.js
    and you just wrote and executed "Hello World" in javascript. How would that list look with Java? ;)