Live data from Hacker News

Viewing profile — remogatto

remogatto

HN member
Joined
Mon, Apr 12, 2010, 6:03 PM UTC
HN karma
41
Public activity
8 items

About remogatto

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #3769876

    I used Go to write a concurrent ZX Spectrum emulator ( https://github.com/remogatto/gospeccy ). The language perfectly fits for this kind of task too.

  5. story
  6. comment
    Comment #2337520

    I'm using it to write a ZX Spectrum emulator. Go is a neat language. It is expressive as an high-level language and - at the same time - it is powerful on the low-level side. Moreo…

  7. comment
    Comment #2235880

    That's right. In Go such light-weight tasks are called goroutines. Quoting from Effective Go[1]: A goroutine has a simple model: it is a function executing in parallel with other g…

  8. story