robert-dodier / maxima-jupyter

A Maxima kernel for Jupyter, based on CL-Jupyter (Common Lisp kernel)
Other
187 stars 31 forks source link

Fix for issue #57: Startup issue with SBCL 1.4.2 on windows #70

Closed WetHat closed 4 years ago

WetHat commented 4 years ago

Fix for Issue #57: Startup issue with SBCL 1.4.2 on windows

robert-dodier commented 4 years ago

Hmm, I don't see why the trailing tilde would cause a problem. It is an example of CLHS 22.3.9.3 Tilde Newline: Ignored Newline (http://www.lispworks.com/documentation/HyperSpec/Body/22_cic.htm). The trailing tilde is supposed to cause the newline and the following white space to be ignored. This is an ordinary formatting operation so if it's actually not working, that suggests a bug in the Lisp implementation. Anyway I'm not going to worry about it, since it's just for printing a warning message, and if it helps maxima-jupyter work on Windows, then that's great. Thanks for taking the time to help out, I really appreciate it.