[racket] PyonR: A Python Implementation for Racket

2014-11-15 Thread Konrad Hinsen
Pedro Ramos writes: > I'm releasing an implementation of the Python language for Racket, which I > have been > developing over the last year as my master thesis in Information Systems and > Computer > Engineering at Instituto Superior Técnico, Lisbon. Sounds great! I couldn't resist the te

Re: [racket] PyonR: A Python Implementation for Racket

2014-11-14 Thread Matthew Butterick
Congratulations Pedro. I look forward to trying this. On Fri, Nov 14, 2014 at 3:06 PM, Pedro Ramos wrote: > Hello, > > I'm releasing an implementation of the Python language for Racket, which I > have been developing over the last year as my master thesis in Information > Systems and Computer En

Re: [racket] PyonR: A Python Implementation for Racket

2014-11-14 Thread Pedro Ramos
Indeed, it implements Python's syntax and semantics as a Racket lang (#lang python). It is based on a Python to Racket source-to-source compiler and a runtime environment in Racket. Additionally, it also implements some modifications to DrRacket specific features for Python development, such as sy

Re: [racket] PyonR: A Python Implementation for Racket

2014-11-14 Thread Animesh Pandey
Hi, This looks like an awesome thing. If I am not wrong PyonR will help in running Python on DrRacket? On Fri, Nov 14, 2014 at 6:06 PM, Pedro Ramos wrote: > Hello, > > I'm releasing an implementation of the Python language for Racket, which I > have been developing over the last year as my maste

[racket] PyonR: A Python Implementation for Racket

2014-11-14 Thread Pedro Ramos
Hello, I'm releasing an implementation of the Python language for Racket, which I have been developing over the last year as my master thesis in Information Systems and Computer Engineering at Instituto Superior Técnico, Lisbon. It currently supports most of Python 2.7's statements and some of it