Live data from Hacker News

Viewing profile — egonelbre

egonelbre

HN member
Joined
Fri, Oct 05, 2012, 4:56 PM UTC
HN karma
19
Public activity
15 items

About egonelbre

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #10870716

    And doesn't have console support (AFAIK).

  4. 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…

  5. comment
    Comment #9637311

    Nice work :)

  6. 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…

  7. 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 …

  8. 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…

  9. 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…

  10. 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 …

  11. 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 …

  12. 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 (…

  13. 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…

  14. story
  15. comment
    Comment #5691854

    Because being COMPLEX is easy.