Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

180
votes
5answers
38k 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.
114
votes
10answers
15k views

Modern alternatives to Java [closed]

I have been a Java developer for 14 years and have written an enterprise-level (~500 kloc) Swing application that uses most of the standard library APIs. Recently, I have become disappointed with the ...
63
votes
8answers
10k views

What are the primary differences between Haskell and 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 one over the other?
53
votes
9answers
10k views

Haskell, Lisp, and verbosity

For those of you experienced in both Haskell and some flavor of Lisp, I'm curious how "pleasant" (to use a horrid term) it is to write code in Haskell vs. Lisp. Some background: I'm learning Haskell ...
46
votes
5answers
14k views

What are the differences between Perl, Python, AWK and sed?

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.
45
votes
16answers
10k views

What is the best functional language for scientific programming

I am coming from C/C++, Python background and I am looking to learn a functional language that (Hopefully) can do Serious Matrix Computation expressive real world modelling database integration ...
42
votes
19answers
5k views

Suitable functional language for scientific/statistical computing?

I use mostly R and C for statistics-related tasks. Recently I have been dealing with large datasets, typically 1e7-1e8 observations, and 100 features. They seem too big for R too handle, and the ...
42
votes
9answers
9k 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 places in my new ...
37
votes
10answers
5k views

Yet another Haskell vs. Scala question

I've been using Haskell for several months, and I love it—it's gradually become my tool of choice for everything from one-off file renaming scripts to larger XML processing programs. I'm definitely ...
33
votes
5answers
8k views

F# and Scala comparison

Could someone describe what are the differences between those two languages? Other that they target different VM of course ;)
30
votes
6answers
11k views

Clojure vs Haskell for web applications?

I want to learn a functional language that will be good for building web applications in the future. I am choosing between Clojure and Haskell. Which one is a better choice for my purpose?
25
votes
7answers
495 views

Design Patterns, A New Criterion for Comparing Languages? [closed]

I've been reading through Code Complete, and I just got to the part about Design Patterns. I thought I'd see what questions were popular and tagged design-patterns. I was reading this question, and I ...
24
votes
6answers
2k views

Disadvantages of Scala type system versus Haskell?

I have read that Scala's type system is weakened by Java interoperability and therefore cannot perform some of the same powers as Haskell's type system. Is this true? Is the weakness because of type ...
24
votes
8answers
9k views

Should I learn Haskell or F# if I already know OCaml? [closed]

I am wondering if I should continue to learn OCaml or switch to F# or Haskell. Here are the criteria I am most interested in: Longevity Which language will last longer? I don't want to learn ...
20
votes
5answers
3k views

Web development: Haskell or Scheme

I would like to to choose one of these languages for building web applications. I'm not interested in framework per se, but have the following needs: Rapid development. Easy to scale. Strong ...
19
votes
9answers
2k views

Is Haskell a Lisp? [closed]

I've been reading The Haskell Road to Logic, Maths and Programming by Doets and Eijck 2004. It seems to be a well respected book, but I was struck when it claims that Haskell is a member of the Lisp ...
17
votes
12answers
2k views

Want to add a functional language to my toolchest. Haskell or Erlang? [closed]

I've been an OO/procedural guy my whole career except in school where I did a lot of logic programming (Prolog). I work on an amazing variety of projects (freelancer) and so I don't want the tools I ...
16
votes
5answers
1k views

Is Clojure or Haskell better for making command line tools?

I make a lot of command line tools for myself in Ruby (instead of bash), but now I'm interested in learning either Clojure or Haskell or both. And since I write a lot of unix command line tools and ...
16
votes
11answers
3k views

Why do Java programmers love Scala and shy away from Clojure? [closed]

I've just started to learn Clojure by reading some tutorials and watching every presentation by Rich Hickey, and I'm totally impressed by the language... so different from any C-like language ...
16
votes
8answers
2k views

Which functional programming language should I use?

NOTE : i don't agree btw this is a double question. Please read carefully. I want to know more than just production/studying. Maybe I should lay another accent then and rephrase it? One of my ...
15
votes
3answers
831 views

How does Clojure STM differ from Haskell STM?

I am trying to find the differences between what Clojure calls an STM and what is implemented in Haskell as STM. Taking the actual language semantic differences aside I am a little confused as Rich ...
15
votes
4answers
4k 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 not worked with haXe ...
14
votes
15answers
1k views

Bash scripting “common gotchas” for Python/Perl/Ruby programmers

Background: I grew up on using Perl/Python/Ruby for sysadmin-type tasks and shell scripting. I always avoided Bash scripting whenever I needed anything programmer-ish, like functions, looping or ...
14
votes
8answers
7k views

F# vs Haskell vs Lisp - which language to learn?

I've heard a lot about functional programming languages and I'm willing to learn one. I guess it will be mostly for fun, however, I hope it will improve my programming skills. I have mostly C#/.NET ...
12
votes
9answers
3k views

Comparison of Groovy and Scala against Java [closed]

I have recently come across the languages Groovy and Scala which are built on the JVM. But I dont know much beyond that. Are those languages going to overtake Java at some point? Do these languages ...
10
votes
5answers
469 views

What are the main differences of language features between Haskell and the functional part of F#? [closed]

Possible Duplicate: What are the primary differences between Haskell and F#? What can I do in Haskell and can't do in F# (only it's functional part) if I will look only at language features ...
10
votes
1answer
475 views

Type classes in Scala

Having a background in Haskell I am currently trying to get familiar with Scala. I encountered some problems trying to translate a small, extensible expression language from Haskell into Scala. The ...
10
votes
8answers
1k views

How thoroughly should one learn languages like C, ASM, Lisp, Haskell?

Languages like C, Haskell, Lisp, Smalltalk, and assembly language are often touted as things every programmer should know for their effect on the way one thinks about programming, even if they're used ...
8
votes
4answers
270 views

What is the difference between Java's equals() and C++'s operator ==?

In a question regarding the use of typeid is C++, I suggested it could be used to compare types in objects comparison. I haven't seen it done much, but I had Java's equals in mind. Looking into Java ...
8
votes
6answers
724 views

How would you write this Clojure snippet in Ruby and/or Haskell?

I was working on a Rails template and was trying to write a bit of code that allows me to populate a table or multiple columns of ul tags "top-to-bottom" and "left-to-right" across however many ...
8
votes
17answers
5k 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 against the ...
7
votes
6answers
2k views

Learning an additional functional language: Clojure vs. Erlang?

Being a C++/ F-Sharp-Programmer, I am currently considering learning yet another functional language. What do you guys think would be a better option to learn: Clojure or Erlang? Both languages seem ...
6
votes
9answers
1k views

What advantages does modern Fortran have over modern C++?

I'm trying to decide between Fortran and C++ for an application in scientific computing. It's not clear to me if Fortran still has advantages over other languages when it comes to performance. For ...
6
votes
4answers
428 views

Iterate a format string over a list

In Lisp, you can have something like this: (setf my-stuff '(1 2 "Foo" 34 42 "Ni" 12 14 "Blue")) (format t "~{~d ~r ~s~%~}" my-stuff) What would be the most Pythonic way to iterate over that same ...
6
votes
1answer
207 views

Verbally format a number in Python

How do pythonistas print a number as words, like the equivalent of the Common Lisp code: [3]> (format t "~r" 1e25) nine septillion, nine hundred and ninety-nine sextillion, nine hundred and ...
6
votes
8answers
625 views

EE Major : Should I learn Ruby on Rails or Haskell?

I've just completed my freshman year in college and am majoring in EE (with a lot of interest in CS as well) . I know some Python,C/C++ and Java and also a little bit of Actionscript . I am planning ...
6
votes
2answers
598 views

bash equivalent of python pass

Is there a bash equivalent to the python pass statement? Thanks.
6
votes
6answers
1k 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 fundamental ...
5
votes
6answers
2k views

What types of projects is Mathematica good for?

I once saw a dismal comparison of Matlab vs Mathematica. As you can see Matlab achieves the same with very little code. It looks highly efficient to an untrained eye, so I ask, what types of projects ...
5
votes
6answers
379 views

What would be better? Haskell, Scheme or CLisp?

I've been coding for a few years now, nothing too complicated. C++ is what i know best. I recently stumbled into Paul Graham's site, coding horror and now here. What do i learn to 'enlighten myself ...
5
votes
3answers
205 views

Is there .Net TypeConverter equivalent in Java

In .NET when I had a "value" that could exist as multiple types I could easily use a TypeConverter for switching between those types (currency types, xml data vs object representation, ect). In Java, ...
5
votes
5answers
2k views

ASP.NET - C# vs VB.NET - Indirect differences and things you might not initially consider

I'm not interested in starting another "who has the bigger member" VB vs C# debate (http://stackoverflow.com/questions/158229/what-are-the-pros-of-vb-net seems to cover that already) though I am ...
5
votes
4answers
375 views

Programming Into a Language: Great Examples

In reference to Steve McConnell's Code Complete and its reference to "Programming into a language" versus "Programming in a language" (see this blog entry by Jon Skeet if you don't have the book ...
4
votes
15answers
544 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 specification for the ...
3
votes
3answers
927 views

Mono c# vs c++ in opengl game development?

Which of these languages is better for opengl game with primary platform linux? I would like if you compared them in performance and libraries support.
3
votes
2answers
689 views

A comparison between the cocoa and .net frameworks

the purpose of this question is to make it easier for developers trying to migrate between the two. If you want to learn one technology, you'll want to know how its different from those that you know. ...
2
votes
6answers
254 views

What are the advantages of developing applications in C++ as compared to managed languages?

Hi I want to know why people develop library applications and employee management applications in C++ (this application, for example), when clearly the same thing can be done in C# and VB.NET in a ...
2
votes
1answer
225 views

How to detect if 2 news articles have the same topic? (Python language-comparison)

I'm looking for ideas on recommended approach. I'm trying to scrape some headlines and body text from articles for a few specific sites, similar to what Google does with Google News. The problem is ...
2
votes
8answers
1k 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 there any reason ...
1
vote
3answers
85 views

Passing an array for setting variable

I often see this idiom when reading php code: public function __construct($config) { if (array_key_exists('options', $config)) { ... } if (array_key_exists('driver_options', ...

1 2