you need to write a backend. Backends are in translator/xxx.
Historically we used to support C, LLVM (to varying degrees), JS, C#
(or it's bytecode). What are you targeting? is it low-level enough to
make sense? What about the JIT? can you emit assembler and run it?

On Wed, Mar 4, 2015 at 10:58 AM, Joonas Liik <liik.joo...@gmail.com> wrote:
> Hey
>
> If i wanted to translate PyPy in to another language..
>
> Where would i start?
> What would be the absolute minimum i had to do to get it working?
>
> I cant run any C code.. at all  (obscure sandboxed platform that only runs
> an obscure scripting language none of you has probably ever heard of) how
> much of a problem will this be? how to mitigate?
>
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to