14
votes
4answers
2k views
Scala vs. Groovy vs. Clojure
Can someone please explain the major differences between Scala, Groovy and Clojure. I know each of these compiles to run on the JVM but I'd like a simple comparison between them.
10
votes
4answers
2k views
F# and Scala comparison
Could someone describe what are the differences between those two languages? Other that they target different VM of course ;)
-7
votes
3answers
233 views
Is Python worth learning? [closed]
Possible Duplicates:
Is it worth learning Python?
Why should I learn Python?
I want to learn Python but I am not sure if it's worth the effort.
I heard that it is very u …
4
votes
4answers
198 views
How does Smalltalk (Pharo for example) compare to Python?
I've seen some comparisons between Smalltalk and Ruby on the one hand and Ruby and Python on the other, but not between Python and Smalltalk. I'd especially like to know what the f …
15
votes
6answers
2k views
C# vs Java Enum (for those new to C#)
I've been programming in Java for a while and just got thrown onto a project that's written entirely in C#. I'm trying to come up to speed in C#, and noticed enums used in several …
4
votes
4answers
559 views
Actionscript 3 vs haXe: Which to chose for new Flash project?
I am in the planning stages of a new Flash game project and was wondering which language would be better to use? I already have a strong understanding of Actionscript 3, and have n …
0
votes
1answer
23 views
How important are side-by-side comparisons for new technologies?
Hey all, final question for the market research that my graduate team is doing for new product adoptions. Thank you all for the help you have provided so far, it has been invaluab …
3
votes
13answers
352 views
Moving a C# Program to a different language
I am currently in charge of the development of the second version of program that was created in Microsoft .NET C#. I'm not doing any actual programming, but I am writing the speci …
15
votes
9answers
3k views
Haskell vs. F#
I've searched on the internet for comparisons between F# and Haskell but haven't found anything really definitive. What are the primary differences and why would I want to choose o …
2
votes
15answers
968 views
What are PHP’s advantages over Ruby on Rails and Django?
PHP was the undisputed king of easy webapp development, until Ruby on Rails, Django, and other dynamic programming frameworks appeared. What are, in your opinion, PHP's strengths a …
1
vote
8answers
346 views
Why doesn’t Java have a way of specifying unescaped String literals?
In C#, if you want a String to be taken literally, i.e. ignore escape characters, you can use:
string myString = @"sadasd/asdaljsdl";
However there is no equivalent in Java. Is …
9
votes
3answers
2k views
What are the differences between Perl, Python, AWK and sed?
Hello,
just want to know what are the main differences among them? and the power of each language (where it's better to use it).
Edit: it's not "vs." like topic, just information …
1
vote
7answers
453 views
What language enhancements do you think Delphi(Native version) needs?
I've been a long-time Delphi developer and honestly day by day it started to feel more and more cumbersome especially in this age of dynamic languages like Python or Ruby. And not …
