On 9/14/21 5:50 AM, Mortimer Cladwell wrote:
Hi, Let's say I made a lot of mistakes. I look at my repl and see: scheme@(guile-user) [10]> Any way to back out to scheme@(guile-user)> without typing ,q ten times? Thanks Mortimer
Try binding a command to: (while (pair? (cdr (fluid-ref *repl-stack*))) (throw 'quit))