From 08e10dec6b00cedf7aa6395d195a32860e35a690 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 19 Jul 2022 14:22:53 -0400 Subject: Provision lisp repls with nix asdf seems to always be necessary for any other packages to work, so I just include that in the call to nix-shell, and swank is included because it's just useful to start a repl server. --- Biz/Bild/Example.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Biz/Bild') diff --git a/Biz/Bild/Example.lisp b/Biz/Bild/Example.lisp index c07fcba..2a5f908 100644 --- a/Biz/Bild/Example.lisp +++ b/Biz/Bild/Example.lisp @@ -1,3 +1,4 @@ -; : out helloworld.exe +;; : out helloworld.exe +(require 'alexandria) (defun main (args) (print "hello world")) -- cgit v1.2.3