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.


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to