|
Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
;; This file:
;; http://anggtwu.net/.maxima/startslime.lisp.html
;; http://anggtwu.net/.maxima/startslime.lisp
;; (find-angg ".maxima/startslime.lisp")
;; Author: Eduardo Ochs <eduardoochs@gmail.com>
;;
;; (defun e () (interactive) (find-angg ".maxima/startslime.lisp"))
;; (defun o () (interactive) (find-angg ".maxima/startsly.lisp"))
;; (defun oe () (interactive) (find-2a '(o) '(e)))
;; (find-slimenode "Setting up the lisp image" ":PORT")
(load #P"~/quicklisp/setup.lisp")
(ql:quickload :swank)
(swank:create-server :port 4005 :dont-close t)
#|
* (eepitch-maxima)
* (eepitch-kill)
* (eepitch-maxima)
load("startslime.lisp");
* (slime-connect "localhost" 4005)
* (eepitch-sly)
|#
;; Local Variables:
;; coding: utf-8-unix
;; End: