From: Raymond T. <toy...@gm...> - 2017-09-08 15:23:58
|
>>>>> "Richard" == Richard Fateman <fa...@be...> writes: Richard> If you are willing to use emacs, then the very simplest interface -- Richard> the one I use sometimes -- entirely without Richard> special emacs macros etc, can be run in windows/emacs. Richard> This is useful to me if I want to Richard> record the total interaction, including interspersed lisp or debugging Richard> etc, without any "user interface" Richard> that requires the use of menus, or tries to display images. Richard> I start up emacs Richard> I start a windows shell command buffer by typing Richard> esc x shell Richard> c:\maxima-5.40.0\bin\maxima.bat Richard> that's all. This is what I use. Most of my use is just typing into the repl, so I don't really need anything else. If I were writing lots of maxima code, I would consider installing and using some maxima package tool, but I don't. Occasionally, when I'm hacking the maxima's lisp code, I'll use slime to connect with lisp, but it's usually just easier and more reliable just to :lisp (load (compile-file "foo")). -- Ray |