Language Club

Posted by Ben Griswold on Johnny Coder See other posts from Johnny Coder or by Ben Griswold
Published on Wed, 04 Nov 2009 23:09:00 +0000 Indexed on 2010/03/18 22:11 UTC
Read the original article Hit count: 440

Filed under:

We started a language club at work this week.  Thus far, we have a collective interest in a number of languages: Python, Ruby, F#, Erlang, Objective-C, Scala, Clojure, Haskell and Go. There are more but these 9 received the most votes.

During the first few meetings we are going to determine which language we should tackle first. To help make our selection, each member will provide a quick overview of their favored language by answering the following set of questions:

  1. Why are you interested in learning “your” language(s). (There’s lots of work, I’m an MS shill, It’s hip and  fun, etc)
  2. What type of language is it?  (OO, dynamic, functional, procedural, declarative, etc)
  3. What types of problems is your language best suited to solve?  (Algorithms over big data, rapid application development, modeling, merely academic, etc)
  4. Can you provide examples of where/how it is being used?  If it isn’t being used, why not?  (Erlang was invented at Ericsson to provide an extremely fault tolerant, concurrent system.)
  5. Quick history – Who created/sponsored the language?  When was it created?  Is it currently active?
  6. Does the language have hardware support (an attempt was made at one point to create processor instruction sets specific to Prolog), or can it run as an interpreted language inside another language (like Ruby in the JVM)?
  7. Are there facilities for programs written in this language to communicate with other languages?  How does this affect its utility?
  8. Does the language have a IDE tool support?  (Think Eclipse or Visual Studio)
  9. How well is the language supported in terms of books, community and documentation?
  10. What’s the number one things which differentiates the language from others?  (i.e. Why is it cool?)
  11. How is the language applicability to us as consultants?  What would the impact be of using the language in terms of cost, maintainability, personnel costs, etc.?
  12. What’s the number one things which differentiates the language from others?  (i.e. Why is it cool?)

This should provide an decent introduction into nearly a dozen languages and give us enough context to decide which single language deserves our undivided attention for the weeks to come.  Stay tuned for the winner…

© Johnny Coder or respective owner

Related posts about languages