I have this code working code based on an example from wikipedia (define (foo5) (define (control-state return) (define-syntax-rule (yield x)
My background is Javascript, Python & a bit of Haskell. I am trying to understand callCC, there are many explanations but I can't find them trivial & I
I need some hits how I should go about and implement continuation for lips in JavaScript (my lisp is almost like scheme, except no continuations and TOC). Here