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.
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.
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.
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.
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?
Seen here previously what could make erlang more popular and widespread ?
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.
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.
Don't fight it people. Erlang is already here. Time to swap language.
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 :-).