Ex-User (8886)
Well-Known Member
- Local time
- Today 5:53 PM
- Joined
- Sep 11, 2013
- Messages
- 620
hi, I'm exhausted by C++ and need alternative to learn programming.
Python is good?
Python is good?
http://yager.io/programming/go.html
Thanks everyone for response.
I'll try all of your propositions![]()
How many ECTS did you get? Leave or drop out?Now I left college and learn on my own.
Imperative code with mutable state does not scale.I would recommend just picking one for now. Seriously try C#, download Visual Studio community edition and get a free license with a Microsoft account. It's little different from Java (it was meant basically as a Java clone, as Microsoft doesn't use open software), but the point here is that even more important than the language is the surrounding library and IDE. To date .NET is the best, meaning easiest, library I've used. And Intellisense, well the idea has been copied (as well as they could) by everybody else its so good, but nobody does it as well because the language was designed with Intellisense in mind.
If you go Java then use IntelliJ community edition. I find it more frustrating than C#/.NET by far however.
Imperative code with mutable state does not scale.
Don't waste your time with C#, especially if you're already tired of C++. Intellij has great IDE support for Scala.
I've since settled into JavaScript because it seems like the best language to take over the world
Actually, there I was making an argument for Functional Programming in general. Not necessarily just Scala.Oh jesus the guy is just learning, get off Scala would you??
That is great advice. Get a book, and take your time with the exercises. Just like physical exercise, the key is not getting the most amazing possible workout every time, it's just going consistently.Don't be lazy! Do the exercises. Don't rush, just work on a consistent schedule.
No language is going to take over the world. Rinse, wash, repeat.
I would recommend just picking one for now. Seriously try C#, download Visual Studio community edition and get a free license with a Microsoft account. It's little different from Java (it was meant basically as a Java clone, as Microsoft doesn't use open software), but the point here is that even more important than the language is the surrounding library and IDE. To date .NET is the best, meaning easiest, library I've used. And Intellisense, well the idea has been copied (as well as they could) by everybody else its so good, but nobody does it as well because the language was designed with Intellisense in mind.
If you go Java then use IntelliJ community edition. I find it more frustrating than C#/.NET by far however.
How many ECTS did you get? Leave or drop out?
jk I just wanna quietly build some sweet passive income or a big payout then do more interesting things.
If your trying to make money relatively quickly PHP is probably the best. Of course with you that need to learn html, css and javascript. There's lot of work in web development if you are decent at it and interested. PHP is used in the majority of server-side or back-end of web applications. You will need to be familiar with SQL and how to use databases as well. There's also a bunch of hipster languages and frameworks that are popular like Ruby and Django(Python). I wouldn't focus on those honestly as they are more specialized and might fall out of use. Javascript is really the only universal programming language online currently.
Can I program in C# on linux? Just to learn and to see if I enjoy it.
No language is going to take over the world. Rinse, wash, repeat.
I don't even think about it, they all look the same to me now. I've invented a number of languages big and small (and the big ones are used commercially), used some none of you have heard of, and learned many obsolete ones. Heck I even speak classical Latin.
Actually of all languages you know my favorite (yes yes I've been using Scala and your favorite boutique language since before any of you started programming), if I had to pick? Ada.
The most annoying language still actively used? Tcl/TK. Xilinx Vivado uses it for everything. I say that having gotten my first job because of Tcl, long story.*
* actually no, the most annoying big active language has to be perl. Yes it's lovely, yes it's easy to do text manipulation, and yes everybody I know who doesn't use it every day has to pull out a manual when they do. It's the most forgettable language in existence.