Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes, which means you are sure where the flow goes next, instead of hunting down goto spaghetti.

Even call/cc is more structured than plain gotos.



I am not sure about that. What about high order programming

    (define (goto proc) 
      (proc))


It still has a call stack, goto only goes forward.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: