-
Notifications
You must be signed in to change notification settings - Fork 719
Open
Description
It wasn't obvious to me how to get anything working but I think I've figured it out. Here is my helloworld.sh quick start:
cd paip-lisp.git/lisp/
cat <<EOF > ./run.lisp
(declaim (sb-ext:muffle-conditions cl:style-warning))
(load "auxfns")
(load "examples")
(do-examples 1)
EOF
sbcl --non-interactive --load run.lisp
Do you think it warrants adding in the following section, or maybe enabling the Wiki for this repo? I'd be happy to add it to the wiki.
https://github.com/norvig/paip-lisp/tree/main?tab=readme-ov-file#running-the-code
Metadata
Metadata
Assignees
Labels
No labels