[pypy-dev] RPython
Dirk Hünniger
dirk.hunniger at googlemail.com
Tue May 28 17:27:36 CEST 2013
Hello,
I am working on a compiler for MediaWiki to LaTeX. Currently it is
written in Haskell and Python3. I feel very insecure about the Python
part and I would feel much safer if I had static typechecking in the
Python part. Still I want the Python part to be able to run with normal
Python interpreter. So it seems to me that converting the code to
RPython might solve this issue for. Everything else is Ok, in particular
speed is not an issue. What do you think.
Yours Dirk
PS: link to my repository
http://sourceforge.net/p/wb2pdf/code/HEAD/tree/trunk/src/
More information about the pypy-dev
mailing list