ONLamp.com -- An Introduction to Erlang
onlamp.com
ONLamp.com -- An Introduction to Erlang
1–10 of 10 posts
Re: ONLamp.com -- An Introduction to Erlang
#2Re: ONLamp.com -- An Introduction to Erlang
#3Re: ONLamp.com -- An Introduction to Erlang
#4Re: ONLamp.com -- An Introduction to Erlang
#5Hopefully one day we will find our silver bullet. With the number of languages/platforms getting touted these days, we are certainly looking hard for it :)
Speaking as an Erlang advocate it is great for communications and concurrency, but the string processing leaves a lot to be desired. It is good enough, but if you are doing text manipulation as your primary task Erlang may not be right for you ...
But if you are working on communications technologies, you really need to look into it ...
Re: ONLamp.com -- An Introduction to Erlang
#6I am leaning towards Erlang now. It seems to be a network programmer's wet dream.
Re: ONLamp.com -- An Introduction to Erlang
#7Re: ONLamp.com -- An Introduction to Erlang
#8I am learning Common Lisp recreationally to familiarize myself with functional programming using Mr. Graham's books (they are fantastic by the way). But Lisp does not seem to be in favor in industry. I do however hear a lot about OCaml and Erlang. Which of the three do you recommend I focus on? I am leaning towards Erlang now. It seems to be a network programmer's wet dream.
CL is pretty special and has features you just won't find in most other languages (macros, interactive error-handling, generic functions), and raw speed (SBCL).
OCaml...I hear discussion about it, but personally having evaluated it, I don't know what kind of a future it has (I really doubt it will ever be a 'big' thing). It has some real cruft around the edges, and I can see Haskell or Scala picking up real momentum before OCaml ever does.
Erlang: learn it. It is a simple language and as a programmer you'll probably find it very interesting. Also if you haven't done much functional programming, Erlang will push you into it. Erlang obviously has an advantage when it comes to parallel processing, but we'll have to see whether the string support ever gets better, whether it gets more mainstream libraries, and whether the complete lack of objects is an issue for adoption.
Right now I think Erlang is being hyped a little prematurely, but that might change if other languages can't adapt adequately to multi-core programming.
Re: ONLamp.com -- An Introduction to Erlang
#9Joe Armstrong's book is brilliant because it seems to be the only one not written in boring-professor-speak.
Re: ONLamp.com -- An Introduction to Erlang
#10I am learning Common Lisp recreationally to familiarize myself with functional programming using Mr. Graham's books (they are fantastic by the way). But Lisp does not seem to be in favor in industry. I do however hear a lot about OCaml and Erlang. Which of the three do you recommend I focus on? I am leaning towards Erlang now. It seems to be a network programmer's wet dream.
Just get a basic knowledge of each of them. CL is pretty special and has features you just won't find in most other languages (macros, interactive error-handling, generic functions), and raw speed (SBCL). OCaml...I hear discussion about it, but personally having evaluated it, I don't know what kind of a future it has (I really doubt it will ever be a 'big' thing). It has some real cruft around the edges, and I can se…
It's pretty good, but the Lisp world has stagnated, and you'll find equivalent (and better stuff) in other environments, like Squeak.