Hacker News new | ask | show | jobs
by rewq4321 1541 days ago
Why does it need to be direct? A bit of glue code doesn't hurt, especially since most of the other glue is going away with WASI.
1 comments

That glue code is a massive cognitive burden on a programmer. It's not a big deal when you already know it.

But when you don't, a thin, glue layer of code following different paradigms than the other 90% of your project will crush your development agility anytime you have to touch that glue layer.