From 2d362dcc0cd94a4a7cc4213fa0dc427adf5a9a0e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 13 Mar 2015 17:13:31 -0400 Subject: [PATCH] TODO for (exit) --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 62f2b02c..b384016c 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,7 @@ Working TODO list: + - Add an (exit) primitive in the compiler and interpreter + - Issues with detecting cycles: - (equal?) loops forever when comparing two different circular lists - printing *global-environment* in the repl still loops forever