Viewing profile — diegobernardes
diegobernardes
HN member- Joined
- Mon, Sep 01, 2014, 5:59 PM UTC
- HN karma
- 19
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About diegobernardes
No profile information was provided.
Recent public activity
-
comment
Comment #40142783
Go is known by the speed of it's compiler, doing extra work during the compilation would slow it down. I would not mind either to have a "release" flag that would take minutes and …
-
comment
Comment #23256587
Too bad that Nix don't work with fish shell
-
comment
Comment #22417517
This means that the threads can't be blocked forever. The way Go scheduler work is to check during function calls if the current goroutine has executed for some period of time, aft…
- story
- story
-
comment
Comment #14243111
Really can't understant why Lua isn't more used. It play the same role as Ruby, Python and JS and is very fast, at least, much more then Ruby and Python.
-
comment
Comment #8254002
You are mainly talking about web development. Golang is young and we dealt with the same problems at earlier versions of ruby and rails. But, outside web development, in most of my…