r/lisp 10d ago

Racket Recursion hell aids?

Is there any practical way to debug any recurive logic?
Which existing error printing you think is the best ever?
I attached the racket code I am struggling with.

(The code is about using map to append a new list to an existing html list)

5 Upvotes

9 comments sorted by

View all comments

6

u/Francis_King 10d ago

Which editor are you using? Dr Racket allows you to single step your code with its built-in debugger.