vote up 1 vote down star
1

From what I have heard, erlang is next java.

Is that true?

I mean all it needs is support from SUN/IBM/MS. And we are in business.

Waiting for your comments.

flag

0% accept rate
Silly question, really. – JesperE Dec 9 '08 at 8:39
Can you tell me Why it is silly? – zamfir Dec 10 '08 at 9:01

9 Answers

vote up 2 vote down

A totally personal opinion, but I doubt it.

However the important part, is that Erlang's contractual programming is a very good thing, and it has been and will continue to creep into other languages. MS's managed code has it as metadata, C++ as policies, and I'm sure other languages have also taken their own spin on the idea, and more will as time goes by.

link|flag
vote up 2 vote down

Erlang itself might not be "the next big thing", but the philosophy and shared nothing architecture does already inspire new developments.

So, it might be a good idea to get familiar with Erlang today to become aquainted to the mindset that might help you develop tomorrow.

link|flag
vote up 2 vote down

I don't know about Erlang being "the next big thing" but I certainly do think that Erlang is rapidly gaining popularity. It is widely used in the company I work for which is a Telco equipment vendor where very high reliability and scalability over many CPUs / cores are very important (and no, it's not Ericsson :-).

link|flag
vote up 1 vote down

What is erlang?

But seriously , there are so many 'next big languages' around that it's hard to keep track. Now back to my debugging my buggy code in Java.

link|flag
vote up 1 vote down

Don't fight it people. Erlang is already here. Time to swap language.

link|flag
vote up 1 vote down

Popularity is not a measure of quality

link|flag
vote up 0 vote down

Seen here previously what could make erlang more popular and widespread ?

link|flag
Ok. May be not ..guess we all have to stick to java for now...but i never liked it.. – zamfir Dec 9 '08 at 6:09
Not all of us - you don't have to use the BIG THING. Java is just the new Cobol (c2.com/cgi/wiki?JavaIsTheNewCobol). – gimel Dec 9 '08 at 6:40
vote up 0 vote down

I doubt this very much. Its nice, has some beautiful multi threading features etc. etc. but its been around for a number of years now and hasnt made much impact outside its telecom niche.

I think one of the major handicaps for any new language is the sheer nulber of libraries the encumbant languages have. There is no way you can compare a cheap and cheerful does the job language like PERL with the elegance and well thought out design of erlang. But if I want to receive a SOAP request, update an Informix database then send a payment request to my bank -- in PERL this just involves glueing three libraries together with some simple code, in Erlang, I would probably need to write a modules to handle the Informix connection and the local bank clearing protocol.

link|flag
vote up -1 vote down

LOL - Erlang could get support from all the vendors and it'll still not be used much.

There are such good choices now, why would developers shift to something new? Why would businesses adopt something without financial incentive?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.