Viewing profile — dope99
dope99
HN member- Joined
- Sun, Feb 17, 2019, 1:15 AM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About dope99
No profile information was provided.
Recent public activity
-
comment
Comment #19588381
I’m not arguing here but honestly don’t know: how can interpretation be faster than the checking step of compilation? Maybe code generation takes more time, but Rust has ‘cargo che…
-
comment
Comment #19588088
Ah, so you are referring to Haskell.
-
comment
Comment #19588078
I think most bugs are that kind that the compiler can catch. But yes absolutely a program can compile and be dead wrong. I’m writing a regex engine and lol at types saving me from …
-
comment
Comment #19311886
Can you support when this trade off ought to go one way or the other with any objectivity?
-
comment
Comment #19310260
Just curious. I’m learning about compilers and would be interested in which compilers most make the trade-off in favor of optimal code generation over compilation speed.