Live data from Hacker News

Viewing profile — greyblake

greyblake

HN member
Joined
Sat, Jul 09, 2016, 11:36 PM UTC
HN karma
115
Public activity
52 items

About greyblake

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47659079

    Short comic about AI systems and error handling.

  3. story
  4. comment
    Comment #44731476

    ## What is nutype? *nutype* is a procedural macro that adds sanitization and validation to newtypes, ensuring that values always meet your defined constraints. ## What’s new in v0.…

  5. story
  6. story
  7. comment
    Comment #42470419

    Nutype is a proc macro that allows adding extra constraints like sanitization and validation to the regular newtype pattern. The generated code makes it impossible to instantiate a…

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #29906062

    CoffeeScript is a language without static typing. Despite this, CoffeeScript actually made a real revolution when it was introduced.

  21. comment
    Comment #29906035

    You don't have to. You can have write a single component in ReScript and use it with the rest of the project written in JS or TS. See https://rescript-lang.org/docs/gentype/latest/…

  22. comment
    Comment #29905326

    Whatlang demo webpage is implemented with seed: https://whatlang.org/

  23. comment
  24. comment
    Comment #29905305

    There still "weak" points, where incorrect typing can be introduced, e.g. incorrectly written bindings. Regarding data from HTTP call in theory they can be cast to any type abusing…

  25. comment
    Comment #29905273

    Because a programming language is not a template engine.