Ask HN: C or Haskell, which to learn next?
Haskell seems to be the most practical of the functional languages from what I hear, but there aren't really any web dev applications for it that are in serious use so far as I can see. That said, functional programming would be a great way for me to learn about alternate programming paradigms.
C on the other hand I can think of projects I can do in it, but it doesn't seem as much of a leap as Haskell does, which makes me wonder if it'll be as good a learning experience. What does the HN community think would be a good next step?
[+] [-] cperciva|16 years ago|reply
I often say that nobody ever understands when they should and shouldn't use hash tables until they've written a hash table in assembly language; you don't necessarily need to go to that extreme, but working in C at all will give you a much better understanding of fundamental algorithms and data structures than if you only ever use high level languages which hide such details away from you.
[+] [-] andrewvc|16 years ago|reply
[+] [-] cousin_it|16 years ago|reply
[+] [-] mTh|16 years ago|reply
Drawbacks are: not so popular compared with C (but waaaay more popular compared with Haskell), not so functional compared with Haskell. Far better compared with both ones WRT web development (there's a very powerful library shipped OOTB for this) - especially when it comes to manage complex session states. OTOH, isn't really a web tool, it's rather a high-performance RAD environment with main focus on native (compiled) code and DB development. Other drawbacks are: - you must know that you should ask the community where to find good libraries and examples - the free edition (Turbo) is outdated. But there are trials.
[+] [-] zv|16 years ago|reply
[+] [-] icey|16 years ago|reply
[+] [-] Hipponax|16 years ago|reply