DISQUS

Adam @ Heroku: Adam @ Heroku. Erlang

  • s · 1 year ago
    have you checked out Scala? wondering your thoughts.
  • Fino · 1 year ago
    Functional programming on top of the JVM?
    You can put lipstick on pig but....
  • Don Stewart · 1 year ago
    BTW, GHC Haskell's in every package system (with 570 packages in Arch Linux, for example), building from source is trivial (cabal install), there are ~800 open source libraries available on http://hackage.haskell.org, and there's an O'Reilly book about it.

    So bring it on! :-)
  • James Cunningham · 1 year ago
    I'm not sure some of your points are quite the case. There's a lot of good documentation available for Ocaml and Haskell, in my experience more than for Erlang. Ocaml at least is very easy to compile and is available in MacPorts and almost certainly any Linux repo worth talking about. (As is GHC.)

    HiPE is also not quite a speed demon. I'll point you to the Shootout, which is admittedly misleading.
  • Austin · 1 year ago
    Thanks for the list of blogs Adam. I went looking for solid Erlang information and had a tough go. These provide a point of entry.
  • Isaac Gouy · 1 year ago
    Adam wrote > "It's fast. Not as fast as C, but probably less than 3x slower. Since most other high-level languages are an order of magnitude slower than C, this is a big, big difference.*

    Seems like you have plucked "probably less than 3x slower" out of thin air!

    (And you need to say what you mean by "high-level languages" - Java?)


    James wrote > "I'll point you to the Shootout, which is admittedly misleading."

    In what way does it mislead?
  • ianso · 1 year ago
    It's possible also that new languages / patches-to-languages will take what makes Erlang great and run with it. Kilim comes to mind: http://www.malhar.net/sriram/kilim/
  • Chad DePue · 1 year ago
    Thanks for the link. I really want to help grow the community around the language, particularly regarding web development. Just posted an interview on the Nitrogen web framework, and will be interviewing other people and technologies in the Erlang community in the coming weeks. - Chad (Erlang Inside)