Hacker News new | ask | show | jobs
by hnbroseph 2454 days ago
aren't most control structures just sugar for goto?
1 comments

Honestly I'm not sure how to define "control" when dealing with languages in the abstract and not just compilation to conventional machine code.

Many control operators involve continuations with closures, and cannot be desugared to goto as such.