Stacktraces #2

Open
opened 2021-12-17 05:23:34 +00:00 by aDot · 0 comments
(define (true x y) x y x)
(define (false x y) x x y) ; Note: These are incorect, but we want to help debug this
(define (not x) (x false true))
(not true)

This loops forever: We should help diagnose this

```lisp (define (true x y) x y x) (define (false x y) x x y) ; Note: These are incorect, but we want to help debug this (define (not x) (x false true)) (not true) ``` This loops forever: We should help diagnose this
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aDot/handball#2
There is no content yet.