Re: [pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-09 Thread Sean Fisk
ct as a whole, I used a modified version of my Python project template: https://github.com/seanfisk/python-project-template ... with an added Paver task for translating an executable: https://github.com/seanfisk/rpython-stencil-language/blob/master/pavement.py#L183 Hope this helps! Sincerely, --

Re: [pypy-dev] Threading in RPython

2013-07-30 Thread Sean Fisk
On Tue, Jul 30, 2013 at 3:38 AM, Armin Rigo wrote: > Hi Sean, > > On Sun, Jul 7, 2013 at 10:23 PM, Sean Fisk wrote: > > Sorry, I didn't make it clear: my project is actually an interpreter for > a > > stencil-based language that is used for solving partial different

Re: [pypy-dev] Threading in RPython

2013-07-07 Thread Sean Fisk
gt; "Don't!". > > > http://doc.pypy.org/en/latest/faq.html#do-i-have-to-rewrite-my-programs-in-rpython > > > A bientôt, > > Armin. > -- Sean Fisk ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] Threading in RPython

2013-07-05 Thread Sean Fisk
Hello everyone, For my internship, I am working on implementing a solver for partial differential equations in RPython . I am investigating the possibility of paralleli