Live data from Hacker News

Viewing profile — treetide

treetide

HN member
Joined
Wed, Jul 01, 2020, 5:59 PM UTC
HN karma
2
Public activity
7 items

About treetide

No profile information was provided.

Recent public activity

  1. comment
    Comment #31214218

    Loose connection, but made me remember https://code.world/ uses a Haskell-like functional language to define still pictures, animations, or even games.

  2. comment
    Comment #31189584

    ...but maybe you don't need to go as far as Haskell. Any language with generics could work, like Java. (Or well, void pointers or anonymous interfaces..). Just make sure the user-w…

  3. comment
    Comment #31189557

    I suspect you could implement this as a Haskell DSL. The discussion part where you are not allowed (from Terraform lang) to create behavior dependent on the actual values of "Unkno…

  4. comment
    Comment #29494669

    For the grepping aspect, https://github.com/google/zoekt is a powerful one-stop-shop. For the navigating, I don't know. SourceGraph maybe, but the linking is somewhat heuristic I a…

  5. comment
    Comment #24336267

    I just wrote about some possible pitfalls down the ADT route: https://treetide.com/posts/domain-model-pitfalls-oop-fp.html > As more operations are demanded, it is more likely that…

  6. comment
    Comment #23707451

    About the $40+ for the advice part - seriously, that is a few hours of developer salary. Compared to the few days it would take reading, it is essentially nothing. Now the question…

  7. comment
    Comment #23704453

    Shameless plug: my work-in-progress book Programming Without Anxiety [0] might be interesting for you. It got a bit of scope creep which I'll have to cut back on, but I'm pretty en…