Viewing profile — curist
curist
HN member- Joined
- Wed, Jun 11, 2014, 5:58 AM UTC
- HN karma
- 55
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About curist
No profile information was provided.
Recent public activity
-
comment
Comment #37187179
Is having a dedicated fn keyword necessary? I mean, what’s the fundamental difference between a func and a fn ?
-
comment
Comment #34218366
JavaScript as an ecosystem and language became much more accessible than ever, with all the toolings and TypeScript, it's easier to build abstractions upon abstractions; and people…
-
comment
Comment #33796978
Finally a WASM runtime provides a more detailed C API document.
-
comment
Comment #31528975
By using comptime, the statement couldn't be runtime composed, right? That's currently the major holdback for me to spend more time on zig: if using comptime become more common in …
-
comment
Comment #28850417
Didn't recognize you're the OP! So my comment may not be that off-topic then :D > But learning programming language theory is the best part :) That's very true :)
-
comment
Comment #28850384
> (do-texture texture > o O r R x2) This might be another reason why I find macros less appealing: macros introduce DSL in form of normal s-expression, but they don't actually beha…
-
comment
Comment #28848309
May be unrelated, but that's why I prefer the way JS approach this kind of problem: JS doesn't have macros. People use callback function to achieve almost the same thing function d…
-
comment
Comment #26313623
Somewhat related: https://danluu.com/input-lag/
-
comment
Comment #23376812
VirtualDOM is more of an implementation detail IMO. What I love about React is for its declarative API and we can compose components easily.
-
comment
Comment #21877862
According to their chinese doc, the number is actually "multiple hundred millions", so it's more likely just a translation issue.