Just a note for maxima users using ACL6. There is a bug in reading
user input where ACL6 doesn't wait for input but immediately returns
NIL and causes an error in other parts of maxima. This happens when,
for example, you call a lisp function like "?round(-3.8)". You need
to supply the trailing semicolon, but ACL6 doesn't wait for you to do
that.
This bug is really a bug in ACL6. You need to get the streama.001
patch from Franz's site.
Thanks to Franz and Duanne Rettig for fixing this so quickly!
Ray