Y
Hacker News
new
|
ask
|
show
|
jobs
by
Animats
3652 days ago
Almost certainly someone will wrote a more declarative language on top of it
Papering over the mold seldom works. It makes things
easier
, not
more reliable
. See C++ templates.
2 comments
Animats
3651 days ago
Note that putting a language on top of the existing language won't prevent VM stack overflows of the type used in the attack. It's more likely to hide them.
link
drcode
3651 days ago
A better example is Haskell, which usually compiles down to a low level C dialect.
link
amaks
3651 days ago
Any language can compile to the low level C dialect.
link