logoalt Hacker News

zellyn12/09/20240 repliesview on HN

What you describe is really what all programming languages, compilers, interpreters, etc. look like. Layers and layers of indirection, with the goal of making the interface simple while hiding implementation complexity, all the way down to assembly.