On Thursday, January 12, 2017 at 7:35:03 PM UTC-8, Robert Dodier wrote:
>
> On 2017-01-12, Dima Pasechnik <dim...@gmail.com <javascript:>> wrote: 
>
> > maxima_calculus.load("blah.mac") throws a TypeError: 
> > ECL says: THROW: The catch MACSYMA-QUIT is undefined. 
>
> I think the problem here is that

maxima_calculus.load("/path/name/thats/not/valid/maxima/syntax")

gets translated to executing in maxima:

load(/path/name/thats/not/valid/maxima/syntax)

so a parsing error occurs, which doesn't get caught properly.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to