Reimplenting Linux Kernel in Python

Grant Edwards grante at visi.com
Wed Oct 13 20:00:58 EDT 2004


On 2004-10-13, Carlos Ribeiro <carribeiro at gmail.com> wrote:

> To put it simply, it does not make sense, in its pure form.
> Linux is written in C for a lot of good reasons: portability,
> need to access the hardware, and performance comes to mind.

Definitely.

> Besides that, Linux is Posix compliant and emulates Unix
> system calls to a large extend, and that also makes C a
> natural choice.

Not sure I follow on that point.  Any low level language that
can deal with a C "struct" and byte-addressible memory would be
fine.

-- 
Grant Edwards                   grante             Yow!  I'll show you MY
                                  at               telex number if you show
                               visi.com            me YOURS...



More information about the Python-list mailing list