home.social

Search

2 results for “svetlyak40wt”

  1. I've already did a "lisp project of the day" post about cl-cont (40ants.com/lisp-project-of-the), but today I've decided to create a more realistic example of usage.

    Let's imagine we want to create a dialogue system which on each step returns a callable. User should call the function and give it the response.

    Here is how a simple dialogue will look like without continuations...

  2. I just found a very interesting project which shows how to extend the LOOP macro: github.com/Gleefre/loop-contin

    It was added to Ultralisp.org recently.

    This code should work on , , , and implementations.