Update README

This commit is contained in:
Marcus Kammer 2024-12-09 22:15:32 +01:00
parent 756239286a
commit 0d54536d2c
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -199,52 +199,7 @@ Quicklisp offers several advantages for Common Lisp development:
3. *Install Quicklisp:* 3. *Install Quicklisp:*
With Lisp implementation installed (e.g., SBCL), run: With Lisp implementation installed (e.g., SBCL), run:
#+begin_src bash #+begin_src bash
sbcl --load quicklisp.lisp sbcl --noinform --load quicklisp.lisp --eval "(quicklisp-quickstart:install)" --eval "(ql-util:without-prompting (ql:add-to-init-file))" --non-interactive
#+end_src
Within the Lisp environment, enter:
#+begin_src lisp
(quicklisp-quickstart:install)
#+end_src
4. *Integrate Quicklisp with your Lisp environment:*
To automatically load Quicklisp on Lisp startup:
#+begin_src lisp
(ql:add-to-init-file)
#+end_src
Follow the on-screen instructions, then exit Lisp:
#+begin_src lisp
(quit)
#+end_src
**** On Windows
1. *Install a Common Lisp implementation:*
Download and install, for example, SBCL from http://www.sbcl.org/platform-table.html
2. *Download Quicklisp Installer:*
Open PowerShell and run:
#+begin_src powershell
Invoke-WebRequest -Uri https://beta.quicklisp.org/quicklisp.lisp -OutFile quicklisp.lisp
#+end_src
3. *Install Quicklisp:*
Open installed Lisp (e.g., SBCL) shell by searching it in the start menu. Then run:
#+begin_src shell
--load quicklisp.lisp
#+end_src
Within the Lisp REPL, execute:
#+begin_src lisp
(quicklisp-quickstart:install)
#+end_src
4. *Set Up Quicklisp:*
To enable Quicklisp every time Lisp starts:
#+begin_src lisp
(ql:add-to-init-file)
#+end_src
Follow the steps provided, then exit:
#+begin_src lisp
(quit)
#+end_src #+end_src
**** Load dev.metalisp.survey **** Load dev.metalisp.survey