From 7859cb8bbc5cc9d5b1f4d71cce2723731c16ab64 Mon Sep 17 00:00:00 2001 From: David Botton Date: Fri, 2 Feb 2024 13:50:05 -0500 Subject: [PATCH] Update WINDOWS.md --- WINDOWS.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/WINDOWS.md b/WINDOWS.md index e3e994c..0d80a9c 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -35,20 +35,21 @@ 7. Download QuickLisp: Open the Git Bash shell from your windows apps and run - +``` cd curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp +``` 8. Install QuickLisp: Continue in the Git Bash shell and run - ``` +``` sbcl --no-sysinit --no-userinit --load /tmp/ql.lisp \ --eval '(quicklisp-quickstart:install :path "~/.quicklisp")' \ --eval '(ql:add-to-init-file)' \ --quit sbcl --eval '(ql:quickload :quicklisp-slime-helper)' --quit - ``` +``` Run rho emacs with (I would add to path or make a script): @@ -66,15 +67,18 @@ Quit emacs - C-x C-y Start again emacs - + +``` /c/Program\ Files/rho-emacs/rho - +``` Run Slime - M-x slime 7. Install CLOG: - +8. +``` (ql:quickload :clog) (clog:run-demo 1) +``` [Learn about CLOG](README.md) [Learn Common-Lisp](LEARN.md)