Live data from Hacker News

Viewing profile — glorioustao

glorioustao

HN member
Joined
Fri, Apr 08, 2016, 3:31 AM UTC
HN karma
3
Public activity
6 items

About glorioustao

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #19205567

    There is a good talk I just watched a few days ago on this topic: Static Versus Dynamic Typing [1][2], which listed the pros and cons of different typing systems, using racket and …

  4. comment
    Comment #16927531

    go statement is just another form of explicit process creation, fork/join pattern. What the author suggested is just similar to cobegin/coend -- implicit process creation. cobegin/…

  5. comment
    Comment #16808440

    Coincidentally I am just reading the >, and found this in the introduction chapter: > C history ... The essence of BCPL was the array and pointer model which abandoned any hope of …

  6. comment
    Comment #16806581

    The creator of elixir had a blog on this: http://blog.plataformatec.com.br/2016/01/comparing-elixir-an...