[racket] PyonR: A Python Implementation for Racket

From: Matthew Butterick (mb at mbtype.com)
Date: Fri Nov 14 21:37:54 EST 2014

Congratulations Pedro. I look forward to trying this.

On Fri, Nov 14, 2014 at 3:06 PM, Pedro Ramos <pedropramos at tecnico.ulisboa.pt
> 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 Engineering at Instituto Superior Técnico, Lisbon.
>
> It currently supports most of Python 2.7's statements and some of its
> built-in functions and methods. It also supports extended syntaxes to allow
> importing Racket modules into Python code and vice-versa, as well as
> importing modules via FFI from CPython's virtual machine.
>
> The source-code and installation instructions are available on GitHub at:
> https://github.com/pedropramos/PyonR
>
> I also expect to have some in-depth Scribble documentation in the near
> future, mainly detailing the extensions to the Python language, i.e. the
> interoperability between Python and Racket and the access to CPython's
> libraries.
>
> Feel free to report any bugs or point out any missing Python feature,
> function or method you would like to see implemented.
>
> Best regards,
> Pedro Ramos
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20141114/d9f8d8ef/attachment.html>

Posted on the users mailing list.