Groups
Groups
Sign in
Groups
Groups
JavaScript for Python programmers
Conversations
About
Send feedback
Help
JavaScript for Python programmers
1–30 of 40
Mark all as read
Report group
0 selected
Jonathan Fine
05/07/2010
JavaScript documentation (and tutorial)
Hi I'll be giving a tutorial on JavaScript at the EuroPython conference later this month, and to
unread,
JavaScript documentation (and tutorial)
Hi I'll be giving a tutorial on JavaScript at the EuroPython conference later this month, and to
05/07/2010
Jonathan Fine
14/05/2010
A new treeutil module and Python to JavaScript
Hi This weekend I'll make treeutil.py (based on my earlier astutil.py) that will I think make
unread,
A new treeutil module and Python to JavaScript
Hi This weekend I'll make treeutil.py (based on my earlier astutil.py) that will I think make
14/05/2010
Jonathan Fine
12/05/2010
I've created an astutil module, to simplify Python to JavaScript
Hi I've added an astutil module, which is written to simplify the Python to JavaScript
unread,
I've created an astutil module, to simplify Python to JavaScript
Hi I've added an astutil module, which is written to simplify the Python to JavaScript
12/05/2010
Jonathan Fine
, …
Ondrej Certik
12
11/05/2010
A Python implementation of JavaScript objects
On Sat, May 1, 2010 at 11:47 PM, Jonathan Fine <jonatha...@googlemail.com> wrote: > On
unread,
A Python implementation of JavaScript objects
On Sat, May 1, 2010 at 11:47 PM, Jonathan Fine <jonatha...@googlemail.com> wrote: > On
11/05/2010
Jonathan Fine
, …
Nick Fitzgerald
16
11/05/2010
Python to JavaScript: Excessive parentheses, tuple unpacking
That's good. Looking at the file, I though "Here's an example of the sort of output a
unread,
Python to JavaScript: Excessive parentheses, tuple unpacking
That's good. Looking at the file, I though "Here's an example of the sort of output a
11/05/2010
Jonathan Fine
2
09/05/2010
Tools for AST, and moving towards a JsPy (or PyJs) AST
On Sun, May 9, 2010 at 1:52 PM, Jonathan Fine <jonatha...@googlemail.com> wrote: Hi I'
unread,
Tools for AST, and moving towards a JsPy (or PyJs) AST
On Sun, May 9, 2010 at 1:52 PM, Jonathan Fine <jonatha...@googlemail.com> wrote: Hi I'
09/05/2010
Ondrej Certik
, …
Nick Fitzgerald
7
08/05/2010
ruby JS library
For what its worth, the way that CommonJS implements modules can be mimicked on the client side: var
unread,
ruby JS library
For what its worth, the way that CommonJS implements modules can be mimicked on the client side: var
08/05/2010
Jonathan Fine
08/05/2010
Discussion of Python AST to JavaScript translation
Hi I've started looking at the various Python AST to JavaScript translators, and what's going
unread,
Discussion of Python AST to JavaScript translation
Hi I've started looking at the various Python AST to JavaScript translators, and what's going
08/05/2010
Peter Rust
, …
Jonathan Fine
4
07/05/2010
Another py2js... except this one's called "PJs"
> I suggest we ask Jared to join us Agreed, I told him about this google group, but haven't
unread,
Another py2js... except this one's called "PJs"
> I suggest we ask Jared to join us Agreed, I told him about this google group, but haven't
07/05/2010
Jonathan Fine
, …
Ondrej Certik
3
06/05/2010
Using hg as a tool to develop and test Py -> JS
On Thu, May 6, 2010 at 2:35 PM, Peter Rust <pe...@cornerstonenw.com> wrote: > Nice approach.
unread,
Using hg as a tool to develop and test Py -> JS
On Thu, May 6, 2010 at 2:35 PM, Peter Rust <pe...@cornerstonenw.com> wrote: > Nice approach.
06/05/2010
Peter Rust
, …
Ondrej Certik
8
05/05/2010
Merged Branches
Ok, let's keep toys in a separate branch. -- peter -----Original Message----- From: js4py@
unread,
Merged Branches
Ok, let's keep toys in a separate branch. -- peter -----Original Message----- From: js4py@
05/05/2010
Ondrej Certik
,
Jonathan Fine
3
03/05/2010
how to push into git using hg
On Mon, May 3, 2010 at 1:39 AM, Jonathan Fine <jonatha...@googlemail.com> wrote: > Thank
unread,
how to push into git using hg
On Mon, May 3, 2010 at 1:39 AM, Jonathan Fine <jonatha...@googlemail.com> wrote: > Thank
03/05/2010
Jonathan Fine
,
Ondrej Certik
7
03/05/2010
hg-git not pushing changes to py2js on github
On Sat, May 1, 2010 at 11:13 PM, Jonathan Fine <jonatha...@googlemail.com> wrote: > >
unread,
hg-git not pushing changes to py2js on github
On Sat, May 1, 2010 at 11:13 PM, Jonathan Fine <jonatha...@googlemail.com> wrote: > >
03/05/2010
Jonathan Fine
,
Ondrej Certik
2
03/05/2010
Why did PyPy stop supporting their JavaScript backend to RPython?
On Sun, May 2, 2010 at 12:14 AM, Jonathan Fine <jonatha...@googlemail.com> wrote: >
unread,
Why did PyPy stop supporting their JavaScript backend to RPython?
On Sun, May 2, 2010 at 12:14 AM, Jonathan Fine <jonatha...@googlemail.com> wrote: >
03/05/2010
Jonathan Fine
02/05/2010
Some tests for my vision of Python to JavaScript
Hello I've pushed some tests that reflect my vision of Python to JavaScript. They're in the
unread,
Some tests for my vision of Python to JavaScript
Hello I've pushed some tests that reflect my vision of Python to JavaScript. They're in the
02/05/2010
Jonathan Fine
02/05/2010
Jaspyon: a pure python javascript interpreter
Hello Jaspyon was written by Leonardo Santagad (perhaps as a Google summer of code project). You can
unread,
Jaspyon: a pure python javascript interpreter
Hello Jaspyon was written by Leonardo Santagad (perhaps as a Google summer of code project). You can
02/05/2010
Jonathan Fine
02/05/2010
What is JavaScript for(i=0; item=array[i++]; ) in Python?
A common and useful JavaScript idiom is js> array = [4, 5, 9] 4,5,9 js> var i, item; js> for
unread,
What is JavaScript for(i=0; item=array[i++]; ) in Python?
A common and useful JavaScript idiom is js> array = [4, 5, 9] 4,5,9 js> var i, item; js> for
02/05/2010
Jonathan Fine
01/05/2010
I intend to create a 'toys' branch on BitBucket, for experiments.
Hi I want to share with you some experiments with 'JavaScript in Python' and so I'll
unread,
I intend to create a 'toys' branch on BitBucket, for experiments.
Hi I want to share with you some experiments with 'JavaScript in Python' and so I'll
01/05/2010
Ondrej Certik
, …
Jonathan Fine
13
30/04/2010
how to run tests
On Fri, Apr 30, 2010 at 12:42 PM, Jonathan Fine <jonatha...@googlemail.com> wrote: >
unread,
how to run tests
On Fri, Apr 30, 2010 at 12:42 PM, Jonathan Fine <jonatha...@googlemail.com> wrote: >
30/04/2010
Jonathan Fine
,
Peter Rust
6
30/04/2010
js2py and Jsmod
Hello Peter On Fri, Apr 30, 2010 at 5:16 PM, Peter Rust <pe...@cornerstonenw.com> wrote: > I
unread,
js2py and Jsmod
Hello Peter On Fri, Apr 30, 2010 at 5:16 PM, Peter Rust <pe...@cornerstonenw.com> wrote: > I
30/04/2010
Peter Rust
30/04/2010
PHPJS
Jonathan, Niall & Ondrej, I just scanned Ajaxian and found that there is a PHPJS project that is
unread,
PHPJS
Jonathan, Niall & Ondrej, I just scanned Ajaxian and found that there is a PHPJS project that is
30/04/2010
Peter Rust
30/04/2010
Getting tests to pass
Jonathan, Niall, Ondrej, I was able to spend a few hours this evening getting many of the tests to
unread,
Getting tests to pass
Jonathan, Niall, Ondrej, I was able to spend a few hours this evening getting many of the tests to
30/04/2010
Jonathan Fine
30/04/2010
py2js and python-testutil
Hello Suppose we want to test an 'add' function, which we will call 'f'. How about
unread,
py2js and python-testutil
Hello Suppose we want to test an 'add' function, which we will call 'f'. How about
30/04/2010
Peter Rust
, …
Jonathan Fine
6
30/04/2010
py2js: merge libraries?
On Thu, Apr 29, 2010 at 10:40 PM, Peter Rust <pe...@cornerstonenw.com> wrote: Thanks for your
unread,
py2js: merge libraries?
On Thu, Apr 29, 2010 at 10:40 PM, Peter Rust <pe...@cornerstonenw.com> wrote: Thanks for your
30/04/2010
Peter Rust
, …
Jonathan Fine
13
30/04/2010
merging py2js with mattpap.github.com/py2js
Hell Peter, Ondrej and others, Here are some suggestions for doing the merge. 0. Give members of each
unread,
merging py2js with mattpap.github.com/py2js
Hell Peter, Ondrej and others, Here are some suggestions for doing the merge. 0. Give members of each
30/04/2010
Ondrej Certik
2
29/04/2010
AttributeError: 'Name' object has no attribute 'left'
On Thu, Apr 29, 2010 at 3:29 PM, Ondrej Certik <ond...@certik.cz> wrote: > Hi, > > try
unread,
AttributeError: 'Name' object has no attribute 'left'
On Thu, Apr 29, 2010 at 3:29 PM, Ondrej Certik <ond...@certik.cz> wrote: > Hi, > > try
29/04/2010
Peter Rust
,
Jonathan Fine
8
29/04/2010
My first pass on py2js
Jonathan, I didn't know about the webbrowser module – that's great, thank you! (I had a
unread,
My first pass on py2js
Jonathan, I didn't know about the webbrowser module – that's great, thank you! (I had a
29/04/2010
Peter Rust
, …
mccniall
16
25/04/2010
proposed py2js changes
> > I made one or two minor changes to make it work with python 2.6, > > otherwise its
unread,
proposed py2js changes
> > I made one or two minor changes to make it work with python 2.6, > > otherwise its
25/04/2010
Jonathan Fine
23/04/2010
Next version of Jsmod now started (available on BitBucket)
Hi I've recently committed to BitBucket some code that is the starting point for the next
unread,
Next version of Jsmod now started (available on BitBucket)
Hi I've recently committed to BitBucket some code that is the starting point for the next
23/04/2010
jfine
18/07/2009
[pyjamas-dev] Hand translation of django-pagination into JavaScript
Hi I'm doing some (manual) Django Python to JavaScript translation, and I thought you might like
unread,
[pyjamas-dev] Hand translation of django-pagination into JavaScript
Hi I'm doing some (manual) Django Python to JavaScript translation, and I thought you might like
18/07/2009