Live data from Hacker News

Viewing profile — swort

swort

HN member
Joined
Sat, Aug 20, 2016, 9:46 PM UTC
HN karma
9
Public activity
4 items

About swort

No profile information was provided.

Recent public activity

  1. comment
    Comment #17166448

    Or, for an example of actual-zero-overhead tree processing using the visitor pattern: https://medium.com/@swortelbernux/libraryless-reflection-in-...

  2. comment
    Comment #12822439

    The linked FAQ specifically talks about returning pointers to structs that fulfil the 'error' interface and why it's a bad idea.

  3. comment
    Comment #12822283

    Typed vs untyped nil means that, in practice, all functions must return an error of type 'error', and force clients to downcast at runtime: https://golang.org/doc/faq#nil_error Of …

  4. comment
    Comment #12328421

    The letter 'M' in the Roman alphabet is derived from the symbol for running water in phonecian, and the letter 'A' is a rotated cow's head. Phonecian is partly derived from Egyptia…