Hacker News new | ask | show | jobs
by 3ifbyw 4237 days ago
I expected GOTO implemented with continuations. Very disappointing.
1 comments

CL can already do GOTO. And the BREAK and CARRY implementations use exit continuations.

I did consider doing it in CL though because then I'd have an excuse to call FUNCTION and FUNCALL "SUB" and "GOSUB".