Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
;; This file: ;; http://anggtwu.net/MAXIMA/has-maxima.lisp.html ;; http://anggtwu.net/MAXIMA/has-maxima.lisp ;; (find-angg "MAXIMA/has-maxima.lisp") ;; Author: Eduardo Ochs <eduardoochs@gmail.com> ;; ;; This file shows a trick to ignore the parts of a .lisp file that ;; depend on Maxima when we are loading/testing it from SBCL. ;; ;; (find-es "lisp" "sharpsign-minus") ;; (find-es "lisp" "sharpsign-plus") ;; (find-es "lisp" "in-package") (when (find-package "MAXIMA") (format t "HELLO~%") (format t "HELLO 2~%") ) #| * (eepitch-maxima) * (eepitch-kill) * (eepitch-maxima) load("has-maxima.lisp"); * (eepitch-sbcl) * (eepitch-kill) * (eepitch-sbcl) (load "has-maxima.lisp") |# ;; Local Variables: ;; coding: utf-8-unix ;; End: