up vote 4 down vote favorite
share [g+] share [fb]

What is your definition of a polyglot programmer?

link|improve this question

1  
Why is this important to ask? How could the work polyglot have more than one definition? – David Medinets Sep 23 '08 at 2:30
1  
Why is any question important to ask? A word can have different meanings to different people, as evidenced by the answers to this. Sometimes questions are asked for discussion purposes. – ferventcoder Oct 1 '08 at 0:52
feedback

8 Answers

up vote 6 down vote accepted

Someone who knows several different languages that are varied enough to make a difference (knowing Java and C# are too similar in constructs for example) and be adept enough to recognize ways to make the best use of some number of languages to solve a problem by mixing up the solution. A good polygot programmer doesn't just throw in "other" languages because they're cool or new. They have to exist for a reason. For example using Ruby to build a DSL makes more sense as it lends itself towards that solution (vs C# for example) but Ruby may not be the most effective language for say an embedded system. Being able to mix the two (or three, or four) together in a harmonious way is where polygot programming excels.

link|improve this answer
feedback

By definition, me. ;-)
Bruce Wallace
President,
PolyGlot, Inc.
Slogan since 1980: "We speak the many languages of computing"
http://www.PolyglotInc.com/

link|improve this answer
feedback

I would say the one that speaks at least two or three languages, like Spanish and English, and can program in at least one computer language, like C# or Java...

link|improve this answer
I would say one that programs in Spanish and English. :) – Statement Sep 19 '08 at 3:55
feedback

Someone who writes programs in whichever language they think of first.

link|improve this answer
feedback

A programmer that knows at least 3 languages well that aren't closely related.

link|improve this answer
feedback

Not just multilingual, but selects the right language for the right job. Mixes languages to get the best solution.

link|improve this answer
feedback

Someone who writes programs in an appropriate language for the task, and knows enough to make that call.

link|improve this answer
feedback

someone who can not only code in multiple languages, but also knows which language is the best to use in any given situation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.