Viewing profile — greyblake
greyblake
HN member- Joined
- Sat, Jul 09, 2016, 11:36 PM UTC
- HN karma
- 115
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About greyblake
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47659079
Short comic about AI systems and error handling.
- story
-
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.…
- story
- story
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #29906062
CoffeeScript is a language without static typing. Despite this, CoffeeScript actually made a real revolution when it was introduced.
-
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/…
-
comment
Comment #29905326
Whatlang demo webpage is implemented with seed: https://whatlang.org/
- comment
-
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…
-
comment
Comment #29905273
Because a programming language is not a template engine.