On Sun, Dec 11, 2011 at 12:50 PM, Armin Rigo <[email protected]> wrote:
> Hi Fijal,
>
> On Sun, Dec 11, 2011 at 10:59, Maciej Fijalkowski <[email protected]> wrote:
>> William - what languages are better suited C?
>
> I agree with William's point of view.  Yes, I would imagine that C is
> a good and well-supported language to do this kind of things.  If your
> goals include "I don't really want a garbage collector" and "I
> definitely have no use for a JIT generator" and "if only I could just
> do everything as if it was C", then RPython is a bad target imho ---
> use C.

There was an experimental operating system written in C# (singularity
I think), so it really does depend on what you're after. If the goal
is "I want a POSIX" then yes, but if the goal is "I want to experiment
with an OS written in a high level language", then RPython seems like
a better fit.

>
>
> A bientôt,
>
> Armin.
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to