Viewing profile — egonelbre
egonelbre
HN member- Joined
- Fri, Oct 05, 2012, 4:56 PM UTC
- HN karma
- 19
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About egonelbre
No profile information was provided.
Recent public activity
-
comment
Comment #37833458
Yeah, at the moment, unfortunately only works for Go. But implementing a different backend (e.g. llvm-symbolizer, objdump etc.) shouldn't be too difficult. The main things it needs…
-
comment
Comment #27591137
I like to think that in an alternate world, somebody wrote: > There is of course a questionable degree of consonance that can be tolerated, but the most obvious fact is that the br…
-
comment
Comment #10870716
And doesn't have console support (AFAIK).
-
comment
Comment #9908714
Something like Erlang/OTP not really... Although here are some bits/pieces I've seen in Go community: * Project Iris http://iris.karalabe.com/ * Go Circuit https://github.com/gocir…
-
comment
Comment #9637311
Nice work :)
-
comment
Comment #8761563
> Do you see any way other than the 3 ones discussed in the OP article under the label "Generics"? The one I mainly meant was interfaces. Of course there are also DSLs and code gen…
-
comment
Comment #8761545
Abstract things are harder to optimize than concrete things. A package for a concrete problem can be more optimized than a generic/abstract package. I don't mean that the manually …
-
comment
Comment #8757660
> It doesn't mention the major inconsistencies in golang at all. It has little relevance to "Generics". They are simply how Go is implemented, the question is whether "Generics" as…
-
comment
Comment #8757648
Basically, I have nothing to be defensive about - it's a summary of discussions, which means that any properly stated argument should be incorporated to the document, no matter wha…
-
comment
Comment #8757441
> Without generics you can't separate algorithms from data structures so everything is much less useful. Generics is not the only way to separate data and algorithms. I agree that …
-
comment
Comment #8757325
Didn't intend for it to end up on HackerNews - at least not yet. It's still the first draft, most of it I wrote up in ~2hours. I made a mistake for not putting the "Draft" note at …
-
comment
Comment #8757289
Thanks, didn't intend for it to end up on HackerNews - at least not yet. It's still the first draft, most of it I wrote up in ~2hours. I mentioned on the forum that this document (…
-
comment
Comment #8146890
One programmer can make an impact to a degree. Yes, making an enterprise system for some industry requires a ton of coding for business rules. But it might be possible to make that…
- story
-
comment
Comment #5691854
Because being COMPLEX is easy.