[sage-devel] Re: python compiled to javascript

2011-09-23 Thread Bill Hart
On Sep 21, 12:37 am, Volker Braun wrote: > Thats impressive, but to compile Sage into js we need a bit more work ;-) Emscripten can compile a C program to js. Bill. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-d

[sage-devel] Re: python compiled to javascript

2011-09-20 Thread Jason Grout
On 9/20/11 6:37 PM, Volker Braun wrote: Thats impressive, but to compile Sage into js we need a bit more work ;-) I was thinking more of having Sage transfer pure python functions to the browser to execute, or writing browser logic in python, which is then executed in the browser, sort of lik

[sage-devel] Re: python compiled to javascript

2011-09-20 Thread Volker Braun
Thats impressive, but to compile Sage into js we need a bit more work ;-) What really caught my eye was the editor component, here is the demo: http://ace.ajax.org/build/kitchen-sink.html and make sure to switch to "Python". Can we have that as the editor in the worksheet? That might even convi