feat(buildLisp): Add initial, tiny example program
This commit is contained in:
parent
bdad8f6642
commit
7bc10eb9b7
3 changed files with 45 additions and 0 deletions
6
nix/buildLisp/example/lib.lisp
Normal file
6
nix/buildLisp/example/lib.lisp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(defpackage lib-example
|
||||
(:use :cl)
|
||||
(:export :who))
|
||||
(in-package :lib-example)
|
||||
|
||||
(defun who () "edef")
|
||||
Loading…
Add table
Add a link
Reference in a new issue