The Artima Developer Community
Sponsored Link

Java Buzz Forum
Polyglot Programming: Is it just too much to ask?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Dempsey

Posts: 34
Nickname: cdempsey
Registered: Dec, 2007

Chris Dempsey is Technical Lead at JC Penney
Polyglot Programming: Is it just too much to ask? Posted: Dec 14, 2007 11:39 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Chris Dempsey.
Original Post: Polyglot Programming: Is it just too much to ask?
Feed Title: Grok Programming
Feed URL: http://www.grok-programming.com/feed/
Feed Description: common sense software development
Latest Java Buzz Posts
Latest Java Buzz Posts by Chris Dempsey
Latest Posts From Grok Programming

Advertisement
Neal Ford, the guy directly responsible for my career (yes, all legal claims need to go his direction), has on his Meme Agora blog, numerous conference keynotes, and various podcasts has pushed forth the idea of Polyglot Programming. The basic idea behind Polyglot Programming is that various aspects of a computer program could be written in multiple implementation languages that target a specific platform. More specifically think of all the computer languages that all run on top of Java's VM and choosing a few from that set for your application and you've got the idea. You would choose what to use based on what language could most easily solve the problems related to a specific aspect of the application. For example, on a JEE web application you might write the view in Ruby on Rails running on JRuby, implement the controller layer in Groovy code in Spring, and use plain ole Java for the model because you have 90% of it already written for a previous application.

Read: Polyglot Programming: Is it just too much to ask?

Topic: Links for 2007-12-05 [del.icio.us] Previous Topic   Next Topic Topic: Deciding on a wiki for my company

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use