Comment on Restarts in Common LispComments−chaitanya6yMany years ago I wrote about restarts in CL using the example of a CSV parser: https://lisper.in/restartsFun fact: the restarts based CSV parser was based on some real world work me and a colleague had done for an online travel portal. I wrote about it here: https://www.reddit.com/r/lisp/comments/7k85sf/a_tutorial_on_...
Comments
Many years ago I wrote about restarts in CL using the example of a CSV parser: https://lisper.in/restarts
Fun fact: the restarts based CSV parser was based on some real world work me and a colleague had done for an online travel portal. I wrote about it here: https://www.reddit.com/r/lisp/comments/7k85sf/a_tutorial_on_...