Re: [pypy-dev] PyPy 1.6 not working on Windows XP

2011-12-04 Thread Maciej Fijalkowski
On Mon, Dec 5, 2011 at 12:30 AM, Ram Rachum wrote: > Hey guys, > > I'm happy to say that I don't see this crash anymore in PyPy 1.7! Thanks! > Pleasure! > > Ram. > > On Mon, Oct 10, 2011 at 5:13 PM, Ram Rachum wrote: >> >> Tried it now with this Zip, getting the same crash. >> >> >> On Mon, Oct

Re: [pypy-dev] PyPy 1.6 not working on Windows XP

2011-12-04 Thread Ram Rachum
Hey guys, I'm happy to say that I don't see this crash anymore in PyPy 1.7! Thanks! Ram. On Mon, Oct 10, 2011 at 5:13 PM, Ram Rachum wrote: > Tried it now with this Zip, getting the same crash. > > > On Mon, Oct 10, 2011 at 4:58 PM, Armin Rigo wrote: > >> Hi, >> >> On Mon, Oct 10, 2011 at 13

Re: [pypy-dev] Question about pypy

2011-12-04 Thread Maciej Fijalkowski
On Sun, Dec 4, 2011 at 9:07 PM, Alexander Golec wrote: > Thanks for this point. I think this tied together my understanding of the the > purpose of rpython as a framework. Where is the distinction between rpython > as a language and rpython as a compiler generator? I presume this is covered > i

Re: [pypy-dev] Question about pypy

2011-12-04 Thread Alexander Golec
Thanks for this point. I think this tied together my understanding of the the purpose of rpython as a framework. Where is the distinction between rpython as a language and rpython as a compiler generator? I presume this is covered in the 'Compiling Dynamic Language Implementations' paper? Alex

Re: [pypy-dev] Metaprogramming with syntax extension

2011-12-04 Thread Benjamin Peterson
2011/12/4 Valentin Perrelle : > Hi, > > Last months i played a bit with syntax extension in order to develop a > network programming paradigm inspired by the Unreal Script language. I did > that with LUA and the help of metalua which use a lua lua compiler. I was > wondering if i could do the same

[pypy-dev] Metaprogramming with syntax extension

2011-12-04 Thread Valentin Perrelle
Hi, Last months i played a bit with syntax extension in order to develop a network programming paradigm inspired by the Unreal Script language. I did that with LUA and the help of metalua which use a lua lua compiler. I was wondering if i could do the same with Python. Is it possible with Py

Re: [pypy-dev] Question about pypy

2011-12-04 Thread Laura Creighton
Something major you are not mentioning is that pypy is a compiler generator, and not a hand-written compiler for a particular language. Thus we have PyProlog, which implements Prolog, and GameGirl which implements the GameBoy language. It's this architecture, in my opinion, which makes PyPy advanc

Re: [pypy-dev] Question about pypy

2011-12-04 Thread Maciej Fijalkowski
On Sat, Dec 3, 2011 at 10:33 PM, Alexander Golec wrote: > Erm, I'll revise that. The thesis of the talk is that rpython has to place > restrictions on the use of types, and I leave discussing the annotator off to > the term paper I'll be presenting. The purpose of this talk is a half-hour > exp