From 2bdcaf319b1d74ffbaccf08a58336f804761beab Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 9 Jul 2026 23:51:55 -0400 Subject: Refactor into monorepo --- pit/test/thebug.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pit/test/thebug.lisp (limited to 'pit/test/thebug.lisp') diff --git a/pit/test/thebug.lisp b/pit/test/thebug.lisp new file mode 100644 index 0000000..ad87bd7 --- /dev/null +++ b/pit/test/thebug.lisp @@ -0,0 +1,9 @@ +(defun! foo (x) + (lambda (y) + (+ x y))) + +(setq! bar (foo 10)) +(setq! baz (foo 100)) + +(print! (funcall bar 4)) + -- cgit v1.3.1