From 05a29727ad92fe5a8831d5951a63a6a4b064ddd3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 24 Mar 2015 16:10:10 -0400 Subject: [PATCH] TODO for (list-set!) --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 33ca5cbb..95687372 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,8 @@ Working TODO list: + - Add (list-set!) from r7rs + will likely require tweaks to GC similar to (set-car! / set-cdr!) + - Issues with detecting cycles: - (equal?) loops forever when comparing two different circular lists - printing *global-environment* in the repl still loops forever