Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; This file:
;;   http://angg.twu.net/.maxima/maxima-init.lisp.html
;;   http://angg.twu.net/.maxima/maxima-init.lisp
;;           (find-angg ".maxima/maxima-init.lisp")
;; Author: Eduardo Ochs <eduardoochs@gmail.com>


(defun myfoo () "mybar")



#|
* (eepitch-sbcl)
* (eepitch-kill)
* (eepitch-sbcl)
(load "maxima-init.lisp")
(myfoo)

* (eepitch-maxima)
* (eepitch-kill)
* (eepitch-maxima)
to_lisp();
  (myfoo)
  (to-maxima)

|#