Create account

replied 2159d
anarchovegan
Nice! VB6 was the next step for me. It's hot garbage and I still live it to this day, BASIC lead me to Java. It's never too late to start or too complicated. Highly recommend learning!
anarchovegan
replied 2159d
Which programming languages do you most recommend? Which ones to learn first?
replied 2159d
Any if I'm being honest. In my 15 years of programming I've not found one better than others (mayb C). It ultimately comes down to what you'd like to make. Website, app or application?
replied 2159d
I say any because they all do what they're supposed to. The most important thing is accredited just learning the syntax and wrapping your brain around abstract constructs like vars.
replied 2159d
Try learning with a less strict language like Python, JS or maybe even TypeScript.

High-level languages like C are good to learn eventually but maybe not to start in my experience.
Simon Van Gelder
replied 2159d
Strongly typed langs will keep you from falling into bad habits, but the learning curve may keep you from coding entirely. Memory management becomes important for mobile & game dev.
replied 2159d
My thoughts exactly! I was almost scared off entirely as I hadn't fully wrapped my head around the concepts yet before going strict type. Going with non-strict allows you just to code
replied 2159d
*actually