From 77968899b90cd9afe2ed2668b290b66cb553ced2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 4 Oct 2022 20:25:22 +0300 Subject: Implement naive export system --- examples/import.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples/import.lisp') diff --git a/examples/import.lisp b/examples/import.lisp index d302562..1a2f6f1 100644 --- a/examples/import.lisp +++ b/examples/import.lisp @@ -1,3 +1,2 @@ -(import! M "examples/maybe.lisp") - -(print! (fmt "{0}\n" [(M:just 666)])) +(import! "stdlib/common.lisp") +(import! M "stdlib/maybe.lisp") -- cgit v1.3