The Disco Blog

Can you dig it?

Scala & Typesafe: Exciting. Not Disruptive

I recently read an article on TheServerSide.com where the author muses about the possible disruptive nature of Typesafe’s recent Series B cash infusion of $14M:

It’s time for a disruptive event that will change how programs are designed, and how applications target the Java Virtual Machine.

Indeed, he likens the event to SpringSource and its meteoric rise to prominence in a time when web development was a real pain-in-the-neck. Think Struts (which, impressively, is still putting out releases) along with EJB and you have a perfect storm for a lightweight revolution.

Unfortunately for the author’s comparison, the world of web development these days is innovating at a breakneck pace. And this innovation isn’t necessarily found in Typesafe’s Typesafe Stack. I don’t discount its relevance or applicability – Typesafe Stack is exciting: witness Twitter’s move to Scala a few years ago. It is not, however, disruptive.

Disruptive is something that completely changes the game. When Spring was unleashed, building Java apps became easier and consequently, you could produce them quicker. That same disruptiveness is happening now in a different community: Node. Specifically, frameworks like Meteor and Derby, which are built using Node along with Socket.io, are on the cusp of revolutionizing the web. These nascent frameworks are blazing new trails with respect to the realtime web – you can build an extremely interactive application in a fraction of the code compared to something like Play. And you can do it before the download and installation of Play completes.

Indeed, the excitement around these frameworks is attracting serious attention. Meteor’s recent announcement that it took $9M in funding is most likely a harbinger of things to come with smart people making calculated bets in realtime, rapidly built, and rapidly deployed apps.

Combine the ideas of these innovative frameworks with vert.x, which is an “event driven application framework that runs on the JVM” (Node has made event driven a key phrase) that allows you to write web apps in “Ruby, Java, Groovy, JavaScript and Python” and you have a legitimate shot a disruption that’ll “change how programs are designed, and how applications target the Java Virtual Machine.”

Typesafe Stack is exciting. It’s a safe choice for traditional style web development. But the forces changing web development these days are rapidly converging on the Node community. It’s there that you’ll find disruption.

Comments