Page 1 of 1
My next language
Posted: Wed May 06, 2009 4:23 pm
by shakyj
Work is dead, Im bored. And like all good geeks I like learning new coding languages.
So my question is, what next?
Archived topic from AOV, old topic ID:4632, old post ID:29970
My next language
Posted: Wed May 06, 2009 4:29 pm
by Death
IMO Perl then Ruby. I've come to enjoy perl's syntax as there are a lot of nice shortcuts and ease of use using different formats and functions. Also very useful with regex.
Archived topic from AOV, old topic ID:4632, old post ID:29972
My next language
Posted: Wed May 06, 2009 4:41 pm
by shakyj
Two quotes come to mind when you say pearl.
When I worked at the Library of Congress, one of the bearded Unix Gurus crawled out of his cave long enough to scrawl this on the wall with a piece of charcoal:
"Perl is a write-only language... because there's no way you'll be able to read it later."
If you've uttered "I'll just write some Regex..." more than 23 times in one day, you might be a Perl developer.
Other than that I dont know anything. I shall "aquire" some ebooks on perl to futher my knowledge
Archived topic from AOV, old topic ID:4632, old post ID:29974
My next language
Posted: Wed May 06, 2009 5:28 pm
by Red Squirrel
C++ if you don't know it, otherwise perl is a good route. As much as it's widly used in the enterprise, I tend to want to stay away from .net, as it's Microsoft's tactic to crush competing operating systems, by forcing users and programmers the proprietary windows platform. I rather learn how to do something the "standard" way (ex: C++ app that can do the same a .net app can do) that way the same program will work without any dependencies AND be faster.
Java is not a bad idea either. If I was to learn a new language I'd probably pick that right now.
Archived topic from AOV, old topic ID:4632, old post ID:29976
My next language
Posted: Wed May 06, 2009 5:40 pm
by dprantl
If you don't know java, you should try it. Performance is of course less than pure C++, but not as bad as people think, especially in 1.6.x.
Archived topic from AOV, old topic ID:4632, old post ID:29979