Posts: 266
Threads: 10
Joined: February 24, 2010
Reputation:
3
RE: Which programming language
March 1, 2010 at 9:55 am
(March 1, 2010 at 6:40 am)Tiberius Wrote: (March 1, 2010 at 4:26 am)Loki_999 Wrote: I recommend Perl. Its the only language where you can write code and not be able to understand what the hell you just wrote, just that it works. Regular expressions.... mmmmmm, tasty.
All languages have regular expressions.
Sure... but you have to admit that Perl regexps are in a world of their own.... admit it or burn!
A finite number of monkeys with a finite number of typewriters and a finite amount of time could eventually reproduce 4chan.
Posts: 14932
Threads: 684
Joined: August 25, 2008
Reputation:
143
RE: Which programming language
March 1, 2010 at 10:49 am
How so? I've just googled some examples and it all looks the same to me. I thought REGEX was a standard...
Posts: 763
Threads: 11
Joined: August 26, 2008
Reputation:
10
RE: Which programming language
March 1, 2010 at 5:33 pm
Most of my experience is in Java. I find myself most comfortable coding in Java as that's what they teach in for your intro year at my University. In second year they throw some C, C++, Ruby and some godawful assembly language I can't recall right now.
I found C and C++ to be cryptic and cumbersome compared to Java, but definitely usable. Ruby was nice but also strange in some ways. Assembly coding was a nightmare for me.
My professors always bashed Java but I honestly think it's great. I'm still pretty new at the game, but everything seems very logical in Java.
Unfortunately learning the basics on Java makes things like memory management and pointers a little trickier to learn as you haven't had any hands on experience with them.
One of the coolest things I've done in Ruby was create a multi-threaded linked list that accepted any class, and created sorted threads for each instance variable. It was done with some funky metaprogramming and was something I never even though was possible to program. Really opened my eyes to the possibilities of dynamic programming.
- Meatball
Posts: 337
Threads: 14
Joined: September 12, 2008
Reputation:
8
RE: Which programming language
March 11, 2010 at 3:09 pm
... sure if you want to be boring about it.
Hoi Zaeme.