Live data from Hacker News

Viewing profile — avsm2

avsm2

HN member
Joined
Tue, Feb 28, 2012, 2:00 AM UTC
HN karma
25
Public activity
5 items

About avsm2

for occasions when password retrieval of avsm just doesnt work...

Recent public activity

  1. comment
    Comment #3755575

    It's back up now; the ML TCP stack was running a pcap dumper for debugging, which didn't cope well with a hackernews link. Hacking is going pretty well on Mirage. The longer-term p…

  2. comment
    Comment #3741391

    Your request for a super-opinionated guide "get stuff done" guide will be available soon; http://realworldocaml.org

  3. comment
    Comment #3643360

    Note that OCaml is just fine for heavy math and data stuff: the garbage collector has a global lock, but threads work just fine for CPU intensive activities. Just don't generate mu…

  4. comment
    Comment #3642441

    The first three are indeed a big irritation, and a big motivation during writing this book. There is a lot of work going on to improve all of these at the moment, notably through C…

  5. comment
    Comment #3641535

    OCaml isn't actually a pure functional language: it has side-effects and mutation. In fact, you can code that looks an awful lot like C if you want, except with automatic type infe…