What's "crazy whitespace issue"?
Also:
- install nodejs
- echo "console.log('Hello World!')" > hello.js
- node hello.js
and you just wrote and executed "Hello World" in javascript. How would that list look with Java? ;)
What's "crazy whitespace issue"?
Also: