axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Axiom-developer] Re: learning Lisp


From: Page, Bill
Subject: RE: [Axiom-developer] Re: learning Lisp
Date: Wed, 7 Dec 2005 05:14:16 -0500

On Monday, December 05, 2005 9:45 PM I wrote:
> ... 
> In order to illustrate "live" use of lisp on MathAction I think
> I need to invent a new enviroment like this:
> 
> \begin{lisp}
> (defun foo (x y)
>   (+ x y))
> (foo 2 3)
> \end{lisp}
> 
> The text between \begin{lisp} and \end{lisp} would be saved to
> a file called, e.g. 'section_n.lisp' and then executed with the
> command ')lisp (load section_n.lisp)'. This would allow Axiom
> interpreter commands, spad/aldor compiles and full multi-line
> lisp expressions to appear on the same web page.
> 
> Comments?

I now have an experimental implementation of the use of lisp on
web pages on the Axiom Wiki. See:

http://wiki.axiom-developer.org/SandBoxLispInAxiom

Please try it and let me know what you think.

Regards,
Bill Page.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]