Live data from Hacker News

Clojerl – Clojure for the Erlang VM

github.com

1–10 of 105 posts

Re: Clojerl – Clojure for the Erlang VM

#2
That’s very cool. I’ve added Clojerl to my list of alternative languages on the BEAM: https://gist.github.com/macintux/6349828#alternative-languag...

Given the extent to which the Erlang VM is optimized for immutable data, network transparency, and message passing, I can see why Clojure on the JVM and CLR would not have had the same success with the actor model as Erlang has.

Re: Clojerl – Clojure for the Erlang VM

#4
post #2

That’s very cool. I’ve added Clojerl to my list of alternative languages on the BEAM: https://gist.github.com/macintux/6349828#alternative-languag... Given the extent to which the Erlang VM is optimized for immutable data, network transparency, and message passing, I can see why Clojure on the JVM and CLR would not have had the same success with the actor model as Erlang has.

I don’t ...

Re: Clojerl – Clojure for the Erlang VM

#6
post #4
post #2

That’s very cool. I’ve added Clojerl to my list of alternative languages on the BEAM: https://gist.github.com/macintux/6349828#alternative-languag... Given the extent to which the Erlang VM is optimized for immutable data, network transparency, and message passing, I can see why Clojure on the JVM and CLR would not have had the same success with the actor model as Erlang has.

I don’t ...

The JVM is a kitchen sink environment. The BEAM is very opinionated. I would expect the VM built from the ground up to support a specific programming model to be superior at doing just that.

Re: Clojerl – Clojure for the Erlang VM

#9
post #5

Sorry for the off topic. Any good recommendations for a Clojure book for a seasoned programmer but with little exposure to Lisps?

Joy of Clojure is my favorite whirl wind tour of the language. I generally suggest also pairing it with Clojure Applied, which deals with the larger "assembling the pieces into a whole" side of things.

Re: Clojerl – Clojure for the Erlang VM

#10
post #5

Sorry for the off topic. Any good recommendations for a Clojure book for a seasoned programmer but with little exposure to Lisps?

I bought Clojure in Action and The Joy of Clojure , both from Manning. I found Clojure in Action to be better suited to me as I too had little exposure to Lisps. Everybody raves about Joy of Clojure but it did not work for me. But now my favourite book is Clojure for the Brave and True -- it is awesome and fun.
Post reply on HN