Skip to content

the maxima interface doesn't recognize a syntax error #2109

@mwhansen

Description

@mwhansen
sage: maxima.eval('sage0: x == x;')
display2d : false; 
(%o2) false

0; 
(%o4) 0

It hangs there. If doing the same thing in Maxima, we get the following results:

(%i1) sage0: x==x;
Incorrect syntax: = is not a prefix operator
sage0: x==
        ^

Component: interfaces

Author: Mike Hansen

Reviewer: Karl-Dieter Crisman

Merged: sage-4.3.1.rc1

Issue created by migration from https://trac.sagemath.org/ticket/2109

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions