Y
Hacker News
new
|
ask
|
show
|
jobs
by
hardwaregeek
664 days ago
yeah that seems cool! I'm a little skeptical of pure functional programming with no escape hatch. I rarely need the escapes in Rust but when I do, I really do.
1 comments
bhansconnect
664 days ago
It isn't "no escape hatch". It is platform dependent escape hatches. A platform can give you full access to mutation and libffi if it wants.
link