#6288: %lisp mode on the command line doesn't work. why?
------------------------+---------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.0.2
Component: interfaces | Keywords:
Reviewer: | Author:
Merged: |
------------------------+---------------------------------------------------
{{{
> Another thing that does not work is "sage -
> lisp" which gave the clisp prompt. I found this rather convenient
> since I could just use the clisp within sage. Is there any plan/
> interest to switch the this lisp interface to ecl? Does ecl use
> readline?
For now you can at least start sage then type
sage: !ecl
to start ecl. It appears to not make any use of ecl. I don't know if
this is just
a compilation problem or an ecl limitation.
The Sage <--> lisp interface already works fine:
sage: lisp.eval('(+ 2 3)')
'5'
I'm not sure why %gap works but not %lisp:
sage: %lisp
ERROR: Magic function `lisp` not found.
sage: %gap
--> Switching to Gap <--
gap:
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6288>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---