| Paste number 49707: | maxima in SLIME repl |
| Pasted by: | fax |
| 9 months, 1 day ago | |
| #lispcafe | Context in IRC logs | |
| Paste contents: |
| CL-USER> (+ 1 1) 2 CL-USER> (run) Maxima 5.13.0 http://maxima.sourceforge.net Using Lisp SBCL 1.0.10 Distributed under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. This is a development version of Maxima. The function bug_report() provides bug reporting information. (%i1) 1+1; (%o1) 2 (%i2) quit; (%o2) quit (%i3) exit; (%o3) exit (%i4) :/ / is not break command (%i4) Maxima restarted. (%i4) ; Evaluation aborted. MAXIMA> hah! ; Evaluation aborted. |
Annotations for this paste:
| Annotation number 1: | the magic |
| Pasted by: | fax |
| 9 months, 1 day ago | |
| Context in IRC logs | |
| Paste contents: |
| (defun load-maxima () (setf *default-pathname-defaults* #P"/Users/ed/Code/Lisp/maxima-5.13.0/src/") (load "maxima-build.lisp") (funcall 'maxima-load)) |