The Polyglot programmer is already here.
Chris's Weblog - Polyglot Programming
I made the point during the fishbowl that the polyglot programmer is already here. Web developers have always used HTML + JavaScript client-side, some kind of server language (PHP, VBScript + ASP, Java/JSP, etc ... ), and they've usually had to write some kind of database access using SQL. I don't see this changing in the near future. But it does appear to be entering the,normally, single-language arena of the business layer. People are starting to look at functional languages (e.g. F#, Erlang, Scala, Haskel) and finding them useful for writing unit tests, business rules, and algorithms. They want to be able to integrate them with their normal language of choice.
There is some pushback on this notion. But I disagree.
-
http://duartes.org/gustavo/blog Gustavo Duarte


