Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15992

Re: (don't bash me too hard) Python interpreter in JavaScript

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <alec.taylor6@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.08; '21,': 0.09; 'subject:don': 0.09; 'url:github': 0.09; '2.7': 0.13; 'received:209.85.210.174': 0.13; 'received :mail-iy0-f174.google.com': 0.13; 'brendan': 0.16; 'compiler,': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'numpy': 0.16; 'cc:addr:python-list': 0.16; 'mon,': 0.16; 'wrote:': 0.18; 'interesting.': 0.18; 'cc:no real name:2**0': 0.20; 'appropriate': 0.22; 'assume': 0.22; 'header:In-Reply-To:1': 0.22; 'path,': 0.23; 'cc:2**0': 0.24; 'libraries': 0.24; 'import': 0.27; 'url:mailman': 0.28; '(and': 0.28; 'message- id:@mail.gmail.com': 0.28; 'compile': 0.29; 'unknown': 0.29; 'cc:addr:python.org': 0.29; 'nov': 0.29; 'pm,': 0.29; 'url:wiki': 0.29; 'carl': 0.30; 'languages)': 0.30; 'app': 0.31; 'third- party': 0.32; 'url:listinfo': 0.32; 'there': 0.33; 'it.': 0.34; '(not': 0.35; 'modules': 0.35; 'project': 0.35; 'url:python': 0.36; 'file': 0.36; 'instead,': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'could': 0.37; 'bunch': 0.38; 'some': 0.38; 'received:209.85': 0.38; 'put': 0.38; 'url:org': 0.39; 'called': 0.40; 'received:209': 0.40; '2011': 0.61; 'your': 0.61; 'here:': 0.66; '"do': 0.67; 'url:it': 0.71; 'demo': 0.80; 'subject:hard': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=mudqU6uyP8013SJ9lBWxTAtBpfxLmHs2p6N3O/gEhIM=; b=YPcKQsDIGA6A+k8v8thoLS/piJnSEAmTIBoS2CsEajxowME9/FJEtBvuDxnQmZv0xh lDYb7m69Xs9f4Xb88GJW16uJECXAjMhT4lBGSUumRXip1wKKhd1EeHmoZ6HJttDmXhB7 cy2moQwV/YyBQJGwH9923lr7zqtAGcFlGM2bg=
MIME-Version 1.0
In-Reply-To <Xns9FA3F0EC5DCBBOKB@88.198.244.100>
References <11816254.67.1321389423944.JavaMail.geo-discussion-forums@vbay19> <27174986.458.1321411879812.JavaMail.geo-discussion-forums@yqoo7> <Xns9FA3F0EC5DCBBOKB@88.198.244.100>
Date Mon, 21 Nov 2011 20:07:53 +1100
Subject Re: (don't bash me too hard) Python interpreter in JavaScript
From Alec Taylor <alec.taylor6@gmail.com>
To "OKB (not okblacke)" <brenNOSPAMbarn@nobrenspambarn.net>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2891.1321866477.27778.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1321866477 news.xs4all.nl 6912 [2001:888:2000:d::a6]:45739
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:15992

Show key headers only | View raw


Just compile your python to C

:]

On Mon, Nov 21, 2011 at 6:41 PM, OKB (not okblacke)
<brenNOSPAMbarn@nobrenspambarn.net> 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.
>>
>> https://github.com/kripken/emscripten/wiki
>>
>> Demo of Python (and a bunch of other languages) here:
>>
>> http://repl.it/
>
>        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?
>
> --
> --OKB (not okblacke)
> Brendan Barnwell
> "Do not follow where the path may lead.  Go, instead, where there is
> no path, and leave a trail."
>        --author unknown
> --
> http://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

(don't bash me too hard) Python interpreter in JavaScript Passiday <passiday@gmail.com> - 2011-11-15 12:37 -0800
  Re: (don't bash me too hard) Python interpreter in JavaScript Chris Angelico <rosuav@gmail.com> - 2011-11-16 07:45 +1100
  Re: (don't bash me too hard) Python interpreter in JavaScript Ian Kelly <ian.g.kelly@gmail.com> - 2011-11-15 13:52 -0700
  Re: (don't bash me too hard) Python interpreter in JavaScript Stef Mientki <stef.mientki@gmail.com> - 2011-11-15 22:08 +0100
  Re: (don't bash me too hard) Python interpreter in JavaScript Terry Reedy <tjreedy@udel.edu> - 2011-11-15 17:15 -0500
  Re: (don't bash me too hard) Python interpreter in JavaScript Alan Meyer <ameyer2@yahoo.com> - 2011-11-15 18:05 -0500
    Re: (don't bash me too hard) Python interpreter in JavaScript Passiday <passiday@gmail.com> - 2011-11-15 23:07 -0800
  Re: (don't bash me too hard) Python interpreter in JavaScript Carl Banks <pavlovevidence@gmail.com> - 2011-11-15 18:51 -0800
    Re: (don't bash me too hard) Python interpreter in JavaScript Passiday <passiday@gmail.com> - 2011-11-15 23:05 -0800
    Re: (don't bash me too hard) Python interpreter in JavaScript Lorenzo <loluengo@gmail.com> - 2011-11-20 18:16 -0800
    Re: (don't bash me too hard) Python interpreter in JavaScript "OKB (not okblacke)" <brenNOSPAMbarn@NObrenSPAMbarn.net> - 2011-11-21 07:41 +0000
      Re: (don't bash me too hard) Python interpreter in JavaScript Alec Taylor <alec.taylor6@gmail.com> - 2011-11-21 20:07 +1100
      Re: (don't bash me too hard) Python interpreter in JavaScript Lorenzo <loluengo@gmail.com> - 2011-11-22 06:15 -0800
  Re: (don't bash me too hard) Python interpreter in JavaScript becky_lewis <bex.lewis@gmail.com> - 2011-11-22 07:46 -0800

csiph-web