Re: [Python-ideas] DOM syntax guide

2017-08-16 Thread Abdur-Rahmaan Janhangeer
Thanks all for links ! will look at them. i intend making that compiler as a fun project ^^ Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 16 Aug 2017 08:41, "Abdur-Rahmaan Janhangeer" wrote: > greetings all, > > i like python and lot and would like to use it every

Re: [Python-ideas] DOM syntax guide

2017-08-16 Thread Wes Turner
On Wednesday, August 16, 2017, Wes Turner wrote: > > > On Wednesday, August 16, 2017, Chris Angelico > wrote: > >> On Wed, Aug 16, 2017 at 10:06 PM, Abdur-Rahmaan Janhangeer >> wrote: >> > hum i'm saying that if i write a compiler for python based on the js >> > language, is there any guideline

Re: [Python-ideas] DOM syntax guide

2017-08-16 Thread Wes Turner
On Wednesday, August 16, 2017, Chris Angelico wrote: > On Wed, Aug 16, 2017 at 10:06 PM, Abdur-Rahmaan Janhangeer > > wrote: > > hum i'm saying that if i write a compiler for python based on the js > > language, is there any guideline as how to make the syntax more pythonic? > > You may want to l

Re: [Python-ideas] DOM syntax guide

2017-08-16 Thread Chris Angelico
On Wed, Aug 16, 2017 at 10:06 PM, Abdur-Rahmaan Janhangeer wrote: > hum i'm saying that if i write a compiler for python based on the js > language, is there any guideline as how to make the syntax more pythonic? You may want to look at prior art, including PyPyJS and Brython. https://github.com

Re: [Python-ideas] DOM syntax guide

2017-08-16 Thread Abdur-Rahmaan Janhangeer
hum i'm saying that if i write a compiler for python based on the js language, is there any guideline as how to make the syntax more pythonic? Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 16 Aug 2017 08:41, "Abdur-Rahmaan Janhangeer" wrote: > greetings all, > > i

[Python-ideas] DOM syntax guide

2017-08-15 Thread Abdur-Rahmaan Janhangeer
greetings all, i like python and lot and would like to use it everywhere ... upto on the web (not django type). For python js-compiled versions (for makers) can you provide some syntax guidelines for dom access ? Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com ___