From 3169070063b2cb877200117ebb384269d73bcb93 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 24 Mar 2014 16:32:24 -0500 Subject: Current state of mal for Clojure West lighting talk. --- tests/inc.mal | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/inc.mal (limited to 'tests/inc.mal') diff --git a/tests/inc.mal b/tests/inc.mal new file mode 100644 index 0000000..39ebc55 --- /dev/null +++ b/tests/inc.mal @@ -0,0 +1,4 @@ +(def! inc1 (fn* (a) (+ 1 a))) +(def! inc2 (fn* (a) (+ 2 a))) +(def! inc3 (fn* (a) + (+ 3 a))) -- cgit v1.2.3