Hacker News new | ask | show | jobs
by texel 5362 days ago
Sort of puts arguments about "leaky abstractions" in the appropriate perspective. Even assembly has a lot of turtles holding it up...
1 comments

In fact on an x86 machine the byte code that programs are written in gets translated into a specialized micro code which is then executed.

So even assembly isn't the lowest language.