Results 1 to 10 of 19
Programming gurus keep talking about the importance of learning as much different programming language ideas as possible.
When you make a Google search similar to this thread's title, you usually ...
- 09-22-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 26
Languages Worth Learning
Programming gurus keep talking about the importance of learning as much different programming language ideas as possible.
When you make a Google search similar to this thread's title, you usually end up either getting a list of tens if not hundreds (heard of 2'500 actually) of programming languages, or catchy ``10 languages every programmers should learn'' articles that include stuff like VB and C#, if you get what i mean.
I managed to find some interesting lists, like this one, but that simply doesn't cut it.
So i was going to ask, what programming languages do you think are worth learning purely for the `enlightenment' you will gain out of being able to think inside their boundaries?
Maybe i'll actually be able to make a nice list in the end, eh?
- 09-22-2009 #2
What do you want to make?
Cross-Platform, HighPreformance, Windows Only that kind of things.
My Languages:
- Perl Quick Things/Webpages
- Assembler Security Related/Debugging
- C Big Apps.
Big Languages:
- Python
- Java
- Ruby
- PHP
- C++
Big NoNO
- C#
- VB
- 09-22-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 26
That's a pretty nice `template' if you ask me. Those are the fairly obvious ones, and for that reason i was more in the search of those less-known languages that will challenge your mind in a different way.
They say, for example, that Lisp is `a true hacking language'.
Or FORTRAN could be pretty interesting... Similarly Pascal; they used it for scientific stuff back then, not?
And look at Prolog for example: It ``is a logic programming general purpose fifth generation language associated with artificial intelligence and computational linguistics.'' says Wikipedia.
Then there's those weird `purely functional' ones, namely Haskell from what i hear...
Get what i mean? Something you'll look into in your spare time, simply to blow off your mind a bit. =P
- 09-22-2009 #4
If you're just looking for languages that might blow your mind and maybe make you think differently about programming, Lisp and Prolog are my recommendations. Of course, learning a new language and learning how to think in a new language are two separate things. If you're just looking to add to your repertoire, I would go with one of the more popular ones already mentioned.
- 09-22-2009 #5Just Joined!
- Join Date
- Feb 2009
- Location
- location, location
- Posts
- 18
IIRC Pascal was originally a language designed to teach people programming skills. FORTRAN is historically a mathematical number-crunching language, although other languages are probably just as good at it nowadays.
Perl is excellent for text parsing, helped by its regular expression engine. If you want something unusual, try SmallTalk: I'm not sure it's still supported so don't expect it to be useful beyond a bit of hobby programming, but I believe it takes OO to a new level (from what I've heard 2nd hand, I haven't touched it myself).
- 09-22-2009 #6
Myself I find learning a low level, a mid level and a high level language really helps in becoming a complete developer and for me that is assembly, C, and python, The great thing about this combination of languages is the that C accepts inline-assem or assembly object files and Python has a great interface to accept C code(plus the python interpreter can be embedded into c applications). So I can import the lower level code into the higher level apps without too much difficulty...Gerard4143
Make mine Arch Linux
- 09-22-2009 #7Linux User
- Join Date
- Mar 2008
- Posts
- 287
U left out bash script! Found the others only meant something to management but bash saves souls.
- 09-22-2009 #8
- 09-22-2009 #9
Meh... "Esoteric" programming languages seem like such a waste of time for everyone involved... Malborge is just an obfuscated kind of assembly language... BF is like a Turing machine - as such the scope of problems they're able to take on is more-or-less unlimited - but the scope of problems for which they're well suited is extremely small.
I think there's lots of other languages out there that have genuinely interesting and useful concepts - as such there's no need to learn a language whose only distinguishing characteristic is that the language designer wanted to make a useless toy language that was willfully difficult to understand.
I'd suggest Haskell for its lazy evaluation, Erlang for its emphasis on parallelism, maybe some form of Lisp for its emphasis on code structure corresponding to data structure, etc... Or one could always learn some assembly, do some microcontroller projects and such...
- 09-23-2009 #10Just Joined!
- Join Date
- Sep 2009
- Posts
- 26
But what about all the different programming paradigms (aka `ideas')?
You know, for example even if LISP and C are `equal-level' languages, they are VERY different.
(Not like i've learned them, but not like i need to either to say this; those are just well-known differences...)
And LOLcode?
Correct me if i'm wrong but aren't those languages created with the pure goal of being original? (Don't know about Malborge but brainfcuk obviously is, judging from the name.)
*Adds a plus for Haskell, Erlang and machine code.*
Two LISP dialects and normal Assembly are under the learning list already.
(The second LISP dialect, Scheme, is more for learning and a bit of personal interest actually... Dunno if there's normally any sense of learning two dialect of the same language, except for practical reasons.)


Reply With Quote
