49 people want to do this…

learn erlang

People doing this:

  • Virginia Beach
    2 entries
  • Bangalore
    1 entry
  • Sydney
    1 entry
  • San Jose
    1 entry
  • Silicon Valley
  • Seattle

  • See all people

    People doing this are also doing these things:

    Entries

    Started working through 'Programming Erlang'  — 1 month ago

    Started working through ‘Programming Erlang’. Need to keep at it though ;)

    Luckily this entry said nothing about mastery  — 7 months ago

    Worth doing!

    I worked through the Programming Erlang book, and I have a good enough grasp on it.

    As to grokking the language – not even close :-)

    rwb99 thinks it's time to get a job.

    So how do we do parallel programming?  — 1 year ago

    Yeah, I know—I keep rolling my eyes every time I hear someone talking about parallellizing code. “Oh, we’ve got all these processors available, so let’s start parallelizing our code to use them.” Yeah, that’ll be easy with that huge hunk of legacy code. APIs for parallel programming in C/C++ similarly seem comical because of the difficulty of writing code with correct locking and identifying the code that’s worth writing in parallel.

    So last week, I see that a guy at work is cleaning out his office; he’s just quit to go work with a friend to start a company serving ads on the web. They’re writing the whole thing in Erlang so that the code can easily be distributed across multiple machines. He says it’s functional, distributed, message-passing, and has decent libraries for working with the rest of the world.

    Hmm… functional language that a dot com is willing to use? This sounds interesting. Time to explore Erlang and see whether it might make using all those processors actually do some work for a change.

    Got to keep moving on this  — 1 year ago

    I really need to start moving forward on this goal!

    Got the PDF Beta book of Programming Erlang  — 1 year ago

    Worth doing!

    This gets priority over Haskell (still stuck halfway through YAHT).

    Having a book written by one of the designers of Erlang makes it much easier to pick it up :-)

    It's a start  — 1 year ago

    I’ve started learning Erlang. I have some experience using auto lisp so the this functional programming isn’t as foreign as I thought it would be.

    as a way of thinking  — 1 year ago

    someone had said that learning a language with doesn’t change the way you’re thinking means it useless.
    I want to learn erlang as a way of thinking in parallel – maybe find a new MapReduce – a simpler, better way to look at things…

    a descendant of prolog  — 2 years ago

    just started the tute for this more out of curiosity than anything else – was pleasantly surprised how prolog-like it was in syntax. Then i read its a descendant of prolog – makes me want to study it more seriously

    Concurrent programming  — 2 years ago

    Worth doing!

    It’s always interesting to learn new paradigms, and Erlang is assurely one of those for me. I learned to design programs through processes which communicate through message passing. Also, there’s a Scheme port of this style which is Termite (gambit)

    no time  — 2 years ago

    It’s a nice language, but I can’t do serious work with it. I have to live in a Java/C++ world :-(

    See all 13 entries

     

    I want to: