Viewing profile — skariel1
skariel1
HN member- Joined
- Thu, Dec 25, 2014, 10:22 AM UTC
- HN karma
- 8
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About skariel1
No profile information was provided.
Recent public activity
-
comment
Comment #15143880
It is still safer than c, as it will not allow any segfaults. The only thing that can happen is a runtime error but no memory corruption so it is more akin to say Java or Go
- story
- story
-
comment
Comment #10865811
Scaleway seem to be out of stock now, for a few months already. They don't accept new customers
-
comment
Comment #10830062
I would say the biggest benefit of D is static typing. In Julia you can run a simulation and discover only after half an hour that you misspelled a function
- story
-
comment
Comment #8884747
Optional gc is tricky, as you would need all libraries written this way