On Feb 6, 7:03 am, Jason Grout <jason-s...@creativetrax.com> wrote:
> Ronan Paixão wrote:
>
> >> Of course, concerns about security and usability may well restrict the
> >> privileges to a specific subset of Sage's commands and fraction of
> >> server resources. Still, it would be great if Wikipedia entries, say,
> >> could include pertinent, pedagogical "gadgets" to illustrate concepts
> >> which are difficult to convey in a static setting. (This sidesteps the
> >> issue of whether Wikipedia would or should ever allow these objects.)
> >> Perhaps, much of the work could be delegated to code that compiles and
> >> runs in the ever-more-capable browser.
>
> > Too bad there isn't something like Pythonscript to use as if it were
> > Javascript. Maybe someone could do some sort of browser extension for
> > firefox?
>
> There is Jython, which is python on top of Java. That could run in a
> web browser, I think.
Yes, but Jython does not support the Python C-API, so you cannot run
Sage that way. One day far, far into the future this might be doable
via IronPython where a project exists to bring the Python C-API to
the .Net machine. The current release lets about 80% of tests of numpy
pass, so this isn't as far into the future as it seems.
Not that this would solve the problem, but I think what might be the
avenue worth exploring here is to communicate via XMLRPC, but that
code by RobertWB has been stuck in limbo for a while due to more
pressing issues elsewhere. So if someone wanted to pick it up and run
with it it would be highly welcome.
> Jason
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---