RE: How to start in the programming language

You are viewing a single comment's thread from:

How to start in the programming language

in programming •  7 years ago 

I don't get why people suggest those languages. Python has the crazy whitespace issue while JavaScript is hard to just dive into unless you use a website like Codepen (http://codepen.io). I'd suggest Java or C# as a first language.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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? ;)