Install Geiser for Chez-, Chicken- and MIT-Scheme

This commit is contained in:
Gerard Vermeulen 2023-04-07 13:51:59 +02:00
parent 221e047af2
commit b3518382bb
1 changed files with 23 additions and 0 deletions

View File

@ -4771,6 +4771,28 @@ luarocks \
HISTORY_DIR=/usr/local/opt/readline/lib
#+end_src
** [[https://en.wikibooks.org/wiki/Scheme_Programming][Scheme Programming]]
:PROPERTIES:
:CUSTOM_ID: sec:scheme-programming
:END:
- [[https://wiki.call-cc.org/emacs#using-chicken-with-emacs][Using Chicken Scheme with Emacs]]
#+begin_src shell -n
# https://gitlab.com/emacs-geiser/chicken
# Install the necessary support eggs:
chicken-install -s apropos chicken-doc srfi-18 srfi-1
# Update the Chicken documentation database:
cd $(csi -R chicken.platform -p '(chicken-home)')
curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz | sudo tar zx
#+end_src
#+begin_src emacs-lisp -n
(when (ensure-package-installation 'geiser 'geiser-chez 'geiser-chicken
'geiser-mit)
(setopt geiser-chez-binary (executable-find "chez")))
#+end_src
** [[https://www.lua.org/][Lua Programming]]
:PROPERTIES:
:CUSTOM_ID: sec:lua-programming
@ -5748,6 +5770,7 @@ contrary to for instance [[https://github.com/Fanael/rainbow-delimiters#readme][
(add-hook hook #'smartparens-mode))
(dolist (hook '(emacs-lisp-mode-hook
geiser-repl-startup-hook
ielm-mode-hook
lisp-data-mode-hook
lisp-mode-hook