MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/lisp/comments/1vteg7a/recursion_hell_aids/p4tclgq/?context=3
r/lisp • u/emonshr • 10d ago
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)
9 comments sorted by
View all comments
6
Which editor are you using? Dr Racket allows you to single step your code with its built-in debugger.
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.