Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

114
votes
11answers
7k views

In what areas might the use of F# be more appropriate than C#?

Over the last few years F# has evolved into one of Microsoft's fully supported languages employing many ideas incubated in OCaml, ML and Haskell. Over the last several years C# has extended it's ...
41
votes
9answers
2k views

In what areas does F# make “absolute no sense in using”?

Don Syme in his SPLASH talk says that F# is NOT intended to be a replacement for C# even though it has the general capabilities. He goes on to say that there are areas where F# makes no sense in ...
14
votes
7answers
840 views

Is Polyglot programming important?

Trying to learn more about Polyglot programming. What is it exactly and is it important? I found this article by Ted Neward (Thoughtworks) interesting. Article suggests that polyglot programming was ...
4
votes
9answers
779 views

How do you define a polyglot programmer?

What is your definition of a polyglot programmer?
3
votes
2answers
249 views

Polyglot Programming is Coming? How?

I'd love to have the freedom to use various languages for the problems they work best for but I'm not sure how this can be accomplished today. I have had a fair amount of success using web services ...
1
vote
2answers
81 views

What is the more effective way of becoming a Programming Languages Polyglot for a busy developer?

I've been aware for a while, specially after reading the "Pragmatic Programmer", of the importance for both enhancing you skill set and programming skills depth of mastering as many programming ...
1
vote
4answers
143 views

Would it be feasible to write parts of an application in JRuby?

I'm thinking of refactoring a somewhat large Java based application. There are some parts of it that should be able to run at a pretty decent speed, so I thought about keeping those in pure Java ... ...