Skip to content

"Running the Code" - for the ultra newbie #194

@sarnobat

Description

@sarnobat

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions