From 8cd905b8ebea5007468c8f8f7551e2b177302df8 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Mon, 4 Apr 2022 19:08:19 -0400 Subject: [PATCH] Test around panics. --- src/ludus/interpreter.clj | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/ludus/interpreter.clj b/src/ludus/interpreter.clj index 4cc562a..1e70318 100644 --- a/src/ludus/interpreter.clj +++ b/src/ludus/interpreter.clj @@ -267,14 +267,7 @@ (def source " - fn call (f, t) -> f (t) - - call (:foo, #{:foo 23}) - - let my_map = #{:foo 42, :bar 23, :baz \"frobulate\"} - - my_map :foo - + panic! (\"whoops\") ")