Sign in to follow this  
xX_Ares_Xx

What's the easiest programming language to start learning?

Recommended Posts

I heard that Python is.

Share this post


Link to post
Share on other sites

HTML and CSS in my opinion. But its web based, if object orientated maybe VB.NET.

 

Good luck

Share this post


Link to post
Share on other sites

Am I the only one who agrees that C might be a good start. It’s fucking annoying but once you get started assembly makes sense.

  • Like 1

Share this post


Link to post
Share on other sites

f*ck im not lucky :pepi:

Share this post


Link to post
Share on other sites

I stared with C#. I think it's a good one.

Share this post


Link to post
Share on other sites

Learn Python, then JS then specialise in JS (such as nodeJS and so forth), mess around in PHP because that teaches you some stuff and then go onto C# and then C++

Share this post


Link to post
Share on other sites

Depends on what you want to do.

 

If you wanna go for software development i'd go for C#. (.NET)

 

Webdev: HTML, CSS, JS, SQL, PHP

Share this post


Link to post
Share on other sites

IMO, JavaScript or Python. Both are syntactically really easy to understand. JS is slightly more C-like (or universal among other languages) in the sense that function declarations are the same, same with operators, and the fact that everything ends in a semicolon. Thus, it'll be easier for you to pick up something else. And with the ES6 update, you can start to do all the fancy Python features too, like lambdas and more functional-style programming.

 

Python, however reads more like english and might be easier for someone with no experience to pick up. Just be aware that most languages are pretty different than Python in that regard.

 

From there, C will likely be your next best option, since it's very barebones minimal and thus easy to figure out. The problem is that, because of its minimalism, it's difficult to actually write something useful with it. As such, mastering it will take a long ass time, and you may never use it again because it's easier to make something useful in Java, C# or whatever other languages have you.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this