summaryrefslogtreecommitdiff
path: root/thebug.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'thebug.lisp')
-rw-r--r--thebug.lisp9
1 files changed, 0 insertions, 9 deletions
diff --git a/thebug.lisp b/thebug.lisp
deleted file mode 100644
index ad87bd7..0000000
--- a/thebug.lisp
+++ /dev/null
@@ -1,9 +0,0 @@
-(defun! foo (x)
- (lambda (y)
- (+ x y)))
-
-(setq! bar (foo 10))
-(setq! baz (foo 100))
-
-(print! (funcall bar 4))
-