On Nov 15, 8:37 pm, Passiday wrote:
> Hello,
>
> I am looking for a way how to bring Python interpreter to JavaScript, in
> order to provide a web-based application with python scripting capabilities.
> The app would have basic IDE for writing and debugging the python code, but
> the interpreta
> Very interesting. Is there a simple way to add third-party
> libraries to these? I assume that for pure-Python modules you could
> just put a python file in the appropriate place and import it, but what
> about if you wanted a web app that used numpy or something? Is that
> feasible?
>
Just compile your python to C
:]
On Mon, Nov 21, 2011 at 6:41 PM, OKB (not okblacke)
wrote:
> Carl Banks wrote:
>
>> Some people have already made an LLVM-to-Javascript compiler, and
>> have managed to build Python 2.7 with it.
>>
>> The LLVM-to-Javascript project is called emscripten.
>>
>> htt
Carl Banks wrote:
> Some people have already made an LLVM-to-Javascript compiler, and
> have managed to build Python 2.7 with it.
>
> The LLVM-to-Javascript project is called emscripten.
>
> https://github.com/kripken/emscripten/wiki
>
> Demo of Python (and a bunch of other languages) here:
>
On Nov 15, 11:51 pm, Carl Banks wrote:
> Some people have already made an LLVM-to-Javascript compiler, and have
> managed to build Python 2.7 with it.
>
> The LLVM-to-Javascript project is called emscripten.
>
> https://github.com/kripken/emscripten/wiki
>
> Demo of Python (and a bunch of other l
Héllo
I am looking for a way how to bring Python interpreter to JavaScript, in
> order to provide a web-based application with python scripting
> capabilities. The app would have basic IDE for writing and debugging the
> python code, but the interpretation, of course, would be done in
> JavaScript
Of course, I am aware of this. But the file system can be emulated, and certain
networking can be mediated via the server, too. But for starts, I don't plan to
go beyond the basic file operations, if at all.
--
http://mail.python.org/mailman/listinfo/python-list
Thanks Carl, this looks like a good base to start from.
--
http://mail.python.org/mailman/listinfo/python-list
On Tuesday, November 15, 2011 12:37:03 PM UTC-8, Passiday wrote:
> Hello,
>
> I am looking for a way how to bring Python interpreter to JavaScript, in
> order to provide a web-based application with python scripting capabilities.
> The app would have basic IDE for writing and debugging the pytho
On 11/15/2011 3:37 PM, Passiday wrote:
Hello,
I am looking for a way how to bring Python interpreter to JavaScript, in order
to provide a web-based application with python scripting capabilities. The app
would have basic IDE for writing and debugging the python code, but the
interpretation, o
On 11/15/2011 3:52 PM, Ian Kelly wrote:
On Tue, Nov 15, 2011 at 1:37 PM, Passiday wrote:
Hello,
I am looking for a way how to bring Python interpreter to JavaScript, in order
to provide a web-based application with python scripting capabilities. The app
would have basic IDE for writing and d
On 15-11-2011 21:37, Passiday wrote:
Hello,
I am looking for a way how to bring Python interpreter to JavaScript, in order
to provide a web-based application with python scripting capabilities. The app
would have basic IDE for writing and debugging the python code, but the
interpretation, of
On Tue, Nov 15, 2011 at 1:37 PM, Passiday wrote:
> Hello,
>
> I am looking for a way how to bring Python interpreter to JavaScript, in
> order to provide a web-based application with python scripting capabilities.
> The app would have basic IDE for writing and debugging the python code, but
> t
On Wed, Nov 16, 2011 at 7:37 AM, Passiday wrote:
> The app would have basic IDE for writing and debugging the python code, but
> the interpretation, of course, would be done in JavaScript. I'd like to avoid
> any client-server transactions, so all the interpretation should take place
> on the c
14 matches
Mail list logo