54 people want to do this.

learn erlang


 

People doing this:

  • Virginia Beach
    2 entries
  • Bangalore
    1 entry
  • Sydney
    1 entry
  • Portland
  • Moskva
  • Tehran
  • Dnipropetrovsk

  • See all people

    Entries

    rwb99 is taking work too seriously.

    Untitled 11 months ago

    I’m giving up on this; my new job will involve a lot of Javascript, so I suspect I’ll be spending all my term learning the subtle semantics of that language…



    Started working through 'Programming Erlang' 17 months ago

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



    Luckily this entry said nothing about mastery 22 months ago

    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 is taking work too seriously.

    So how do we do parallel programming? 2 years 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 2 years ago

    I really need to start moving forward on this goal!



    Got the PDF Beta book of Programming Erlang 2 years ago

    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 2 years 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 2 years 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 3 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 3 years ago

    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)



    See all 14 entries

     

    I want to:
    43 Things Login