Hacker News new | ask | show | jobs
by tripdout 636 days ago
Those `goto`s between two different for loops is crazy.
2 comments

Assembly / machine code thinking.
More like a relic of (actual) "spaghetti code", it was relatively common in really old Lisp code.
Not that crazy given that it closely mirrors it's state machine structure.