EzioA Posted September 10, 2012 Posted September 10, 2012 So, I took up learning Visual Basic (heheh, I use linux and learn a microsoft language..) I just wanted to ask, is this worth it? I want to learn more languages, like C++, or C#, or Java (I suck at it, badly), or BASIC (Is Visual Basic = BASIC?), or Assembly.. I want to learn more! In Israel, there's a computer science course you can take, to complete the GCSE's and be epic and get a diploma that indicates that you have passed the course in success and are now a fully experienced coder. I need that, since I will be coding for Mojang (hehe, some excuse), (If you haven't realized yet, that part was a joke) Any thoughts?
The Merchant of Menace Posted September 10, 2012 Posted September 10, 2012 Learning pretty much any programming language will help you in the long run. The more you know about various languages, the better general feel you'll have for coding. That being said, Visual Basic is pretty useless in any application I've seen. Never seen a job offer looking for a Visual Basic expert, so you might well want to just start off with C or something.
littleweseth Posted September 10, 2012 Posted September 10, 2012 Please don't learn Visual Basic as a first language. I have to code Visual Basic for Applications for work, and it's brain-damagingly bad. Java's not terrible, and it's immediately applicable to Minecraft modding. Otherwise, Python is a good language to start off with - it's easy to learn and you can do useful things with it quite quickly.
EzioA Posted September 10, 2012 Author Posted September 10, 2012 Any good links to self-teaching sites? (C and Python) I teach myself...
Grindle2000 Posted September 11, 2012 Posted September 11, 2012 http://www.learncpp.com/ to learn the basics of C++ and http://www.squidoo.com/javaresources for the beginner Java programer. Python I'm not sure i haven't checked into it yet.
NinjaStyle Posted September 11, 2012 Posted September 11, 2012 Crap I'm hopefully learning VB next year with apparently Python. Hopefully because the class might not run if theres no people apart from me in it.
SimpleGuy Posted September 11, 2012 Posted September 11, 2012 The more comfortable you are with Lisp-like syntax (S-expressions) the more crazy and out-there coding things you can do. I'd suggest Clojure if you're into that kind of thing. Also gets you thinking about comp sci problems in a very different way.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now