vote up 1 vote down star

What is your definition of a polyglot programmer?

flag

Why is this important to ask? How could the work polyglot have more than one definition? – David Medinets Sep 23 '08 at 2:30
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

8 Answers

vote up 5 vote down check

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|flag
vote up 1 vote down

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|flag
I would say one that programs in Spanish and English. :) – Statement Sep 19 '08 at 3:55
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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