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
7/5/10
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
7/5/10
Jonathan Fine
5/14/10
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
5/14/10
Jonathan Fine
5/12/10
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
5/12/10
Jonathan Fine
, …
Ondrej Certik
12
5/11/10
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
5/11/10
Jonathan Fine
, …
Nick Fitzgerald
16
5/11/10
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
5/11/10
Jonathan Fine
2
5/9/10
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'
5/9/10
Ondrej Certik
, …
Nick Fitzgerald
7
5/8/10
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
5/8/10
Jonathan Fine
5/8/10
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
5/8/10
Peter Rust
, …
Jonathan Fine
4
5/7/10
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
5/7/10
Jonathan Fine
, …
Ondrej Certik
3
5/6/10
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.
5/6/10
Peter Rust
, …
Ondrej Certik
8
5/5/10
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@
5/5/10
Ondrej Certik
,
Jonathan Fine
3
5/3/10
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
5/3/10
Jonathan Fine
,
Ondrej Certik
7
5/3/10
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: > >
5/3/10
Jonathan Fine
,
Ondrej Certik
2
5/3/10
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: >
5/3/10
Jonathan Fine
5/2/10
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
5/2/10
Jonathan Fine
5/2/10
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
5/2/10
Jonathan Fine
5/2/10
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
5/2/10
Jonathan Fine
5/1/10
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
5/1/10
Ondrej Certik
, …
Jonathan Fine
13
4/30/10
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: >
4/30/10
Jonathan Fine
,
Peter Rust
6
4/30/10
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
4/30/10
Peter Rust
4/30/10
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
4/30/10
Peter Rust
4/30/10
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
4/30/10
Jonathan Fine
4/30/10
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
4/30/10
Peter Rust
, …
Jonathan Fine
6
4/30/10
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
4/30/10
Peter Rust
, …
Jonathan Fine
13
4/30/10
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
4/30/10
Ondrej Certik
2
4/29/10
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
4/29/10
Peter Rust
,
Jonathan Fine
8
4/29/10
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
4/29/10
Peter Rust
, …
mccniall
16
4/25/10
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
4/25/10
Jonathan Fine
4/23/10
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
4/23/10
jfine
7/18/09
[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
7/18/09