Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuations don't work in some cases #39

Open
html opened this issue Oct 16, 2013 · 0 comments
Open

Continuations don't work in some cases #39

html opened this issue Oct 16, 2013 · 0 comments

Comments

@html
Copy link
Collaborator

html commented Oct 16, 2013

This code works well

(do-page 
 (make-widget 
  (lambda (&rest args)
   (with-html 
    (render-link 
     (lambda (&rest args)
      (answer (first (widget-children (root-widget)))))
     "back")))))

And this does not

(do-page 
  (lambda (&rest args)
   (with-html 
    (render-link 
     (lambda (&rest args)
      (answer (first (widget-children (root-widget)))))
     "back"))))

The difference is "make-widget"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant