I'm a hacker and an early stage investor interested in solving common problems in the simplest way possible.
I'm also the creator of Sociaholic.com - A better way to post tweets to your facebook
Search
Tags
- ruby (5)
- metaprogramming (3)
- facts (2)
- interview (2)
- startups (2)
- 37signals (1)
- active record (1)
- api (1)
- bubble sort (1)
- client (1)
- View all 44 tags
- clojure (1)
- comparison (1)
- db2 (1)
- erlang (1)
- facebook (1)
- fun (1)
- functional programming (1)
- funding (1)
- ibm (1)
- ideatin (1)
- infographic (1)
- jason fried (1)
- java (1)
- jruby (1)
- lean startup (1)
- mainframe (1)
- market report (1)
- meta (1)
- mvp (1)
- paul graham (1)
- real-time (1)
- scala (1)
- sociaholic (1)
- social media (1)
- software development (1)
- sort (1)
- starling (1)
- star trek (1)
- steve jobs (1)
- twitter (1)
- venture (1)
- video (1)
- wrapper (1)
- y combinator (1)
On "Scala Vs Clojure", What the market thinks.
I was researching on ideal Functional Programming for the Java Platform and narrowed the search to "Clojure" or "Scala". There has been lots of discussion on the topic as to which will be the next big thing (essential replace java), I decided not to go into comparison war here, but recommend Clojure vs Scala in you are interested.
Both are amazing languages, being from the Ruby background, I'm a bit biased towards Clojure but decided to some research on what the talent market's reactions are.
On an Absolute scale, Scala seem to out trend Clojure. Below is the chart to support that claim and also a Simply Hire search returned about 255 new Jobs.
But then on an Relative Scale, Clojure has shown remarkable growth. Even though the Simply Hired search returned around 107 Jobs, 8000% percent growth in less than an year is hard to ignore.
Conclusions. I've decided to go with Clojure cause the syntax proved to be much cleaner and of course has much tighter integration with Java. STM implementation is also genius in Clojure. Bottom line, the decision is yours make and really depends on your preference.


Comments (12)
But anyways, this is an interesting trend indeed, though I wouldn't put too much faith on data from indeed.com (indeed.com is awesome, but it is limited in terms of data) as being real market trends.
This is an interesting topic, we will see how it turns out in the future.
Why are they compared? To some, Java looks to need an successor, both languages have enough momentum to be discussed as one (contrary to Fan for example).
Both are functional languages, both support objects, both favor concurrency. So they are remarkly alike. Only onn the first look they are quite different, as Scala favors C style syntax for OO and FP while Clojure favors Lisp style syntax. But that's both only lipstick.
I also wrote a little bit about the forces behind Java succession, which might be relevant to the Clojure vs. Scala discussion
http://codemonkeyism.com/java-dead/
Cheers
Stephan
http:
Really? In what way? What can you easily do with Java from Clojure that you can't do in Scala?
1. Directly use Clojure collections in Java (without conversion)
2. Use Java methods as functions in Clojure
3. Clojure functions are callable/runnable in Java
4. Clojure list processing understands Java iterators
5. Clojure can "cast" data structures to Java interfaces (like Groovy does)
...
See e.g.
http://codemonkeyism.com/clojure-scala-part-2/
Cheers
Stephan
It looks to be the next major Lisp (following mainline LISP/Common Lisp and Scheme, both of which are sort of "stuck" right now). (Then again, plenty of people refuse to use Lisp syntax, and not always because they haven't tried it.)
By providing a good solution to the functional programming "trivial update" problem (http://en.wikipedia.org/wiki/Hash_array_mapped_trie) it can then make a bunch of SMP concurrency solutions practical, not just STM (which tends to fail when you try to bolt it onto imperative programming) but others like its actor like agents.
I am deciding "which language next", and have a few to choose from: ruby, scala, clojure, factor, lua and "revisit python" (I didn't code in it for long and almost forgot everything). I want to gather as much information as I can before commiting too much time in a language I don't enjoy!
Ruben
Ruben
Leave a comment...