Viewing profile — remogatto
remogatto
HN member- Joined
- Mon, Apr 12, 2010, 6:03 PM UTC
- HN karma
- 41
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About remogatto
No profile information was provided.
Recent public activity
- story
- story
- story
-
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.
- story
-
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…
-
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…
- story