From ad778f71045d0ce267d2b10a7dafdc9b9d667df0 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Thu, 19 May 2022 18:55:38 -0400 Subject: [PATCH] Play around --- src/ludus/interpreter.clj | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/ludus/interpreter.clj b/src/ludus/interpreter.clj index a51d73b..962c6ec 100644 --- a/src/ludus/interpreter.clj +++ b/src/ludus/interpreter.clj @@ -407,15 +407,10 @@ (println (ex-message e)) (pp/pprint (ex-data e))))) -(do +(comment (def source " - print (:foo) - print (:bar) - - panic! \"well, shit\" - ")