Exaleadien wrote:
Hi folks,
Yay ! seems I'm among the geeks here ^^
Here's my 10000 dollars question (for a zero bucket answer) :
What programming langage should I learn ?
I've been surrounded by computers for 20 years, but never managed to actually learn to code !
My first lines were on an Amstrad CPC 464 using basic (5 REM HELLO WORLD 10 PRINT "HELLO WORLD" 20 GOTO 10)
Since that, just a few JS functions or PHP blocks when in need of customizong a CMS.
I have dreamed of machine-code, ASM, C, C++, Perl
I've heard of Delphi, Java, Fortran, Lisp, Pascal, Cobol, Ada, Logo, Python, Ruby on Rails...
As I'm very bad at maths and logic, I'm not expecting to be an engineer. But still, I'd like to give it a go. For fun. For the beauty of computer languages.
For code poetry, trying to understand the logic and uniqueness of every of them. To be able to explain to my son how reverse engineering works, and how nothing is absolute | secure.
Please, write down below the errors you made in learning a programming language, and why. AND | OR the way you would go today, if you were starting anew. OR anything related to computer programming. Thanks !
I'm a computer science minor but I was pretty terrible at it. My school's language of choice was Java, which emphasizes an object-oriented approach. It i very useful for large programs where organization is vital but for shorter side projects it is complicated and may not be worth the trouble.
Basic is nice and simple and the one I started with.
There was a language I used with cars and reverse cars that I found very enjoyable. I forget the language was called (was it Fortran, Pascal. Python, I can't even remember?) Shows what I know.
C++ I found to be annoying and cryptic.
Java is probably a pretty good one to learn if you want to be a professional. My school seemed to think of was the God of all languages or something, lol.