Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; This file:
;;   http://angg.twu.net/.maxima/startsly.lisp.html
;;   http://angg.twu.net/.maxima/startsly.lisp
;;           (find-angg ".maxima/startsly.lisp")
;; Author: Eduardo Ochs <eduardoochs@gmail.com>
;;
;; Def: (defun s () (interactive) (find-angg ".maxima/startsly.lisp"))
;; See: http://angg.twu.net/eev-maxima.html#sly
;;      (find-node "(sly)Lisp-side customization" "Slynk")
;;      https://joaotavora.github.io/sly/#Lisp_002dside-customization
;; Based on: (find-es "maxima" "swank")
;;           (find-maximamsg "37679359 202207 11" "MTalon: swank")
;;           https://sourceforge.net/p/maxima/mailman/message/37679359/
;;           https://def.fe.up.pt/pipermail/maxima-discuss/2012/042643.html
;;           (find-node "(slime)Lisp-side" "Swank")
;;      
;; «.install-quicklisp»	(to "install-quicklisp")
;; «.install-swynk»	(to "install-swynk")

(load #P"~/quicklisp/setup.lisp")
(ql:quickload :slynk)
(slynk:create-server :port 56789 :dont-close t)



#|
;; «install-quicklisp»  (to ".install-quicklisp")
;; (find-es "lisp" "quicklisp")
;;
;; «install-swynk»  (to ".install-swynk")
* (eepitch-sbcl)
* (eepitch-kill)
* (eepitch-sbcl)
(load #P"~/quicklisp/setup.lisp")
(ql:quickload :slynk)

* (eepitch-maxima)
* (eepitch-kill)
* (eepitch-maxima)
load("startsly");
* (sly-connect "localhost" 56789)
* (eepitch-sly)



** dim-$matrix
** (eek "<up> M-.")
**
** (find-maximagitgrep "grep --color=auto -nH --null -e 'defun dim-' src/*.lisp")
** (find-maximagitgrep "grep --color=auto -nH --null -e 'dim-' src/*.lisp")
** (sly-edit-definition "dim-$matrix")
** (sly-edit-definition "displa-def")

|#




;; Local Variables:
;; coding:  utf-8-unix
;; End: