Reimplenting Linux Kernel in Python

Grant Edwards grante at visi.com
Thu Oct 14 11:31:18 EDT 2004


On 2004-10-14, Cliff Wells <clifford.wells at comcast.net> wrote:
> On Thu, 2004-10-14 at 01:44 +0000, Grant Edwards wrote:
>> On 2004-10-14, Carlos Ribeiro <carribeiro at gmail.com> wrote:
>> 
>> >>> 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.
>> >
>> > Well, Unix itself was written in C,
>> 
>> Originally it wasn't, but recent versions are.
>
> 'Recent' meaning since 1974?  ;)

Yup.  I admit that was sub-optimal phrasing.  I should have
said something more like "The first version wasn't but the rest
were."

-- 
Grant Edwards                   grante             Yow!  Did you find a
                                  at               DIGITAL WATCH in YOUR box
                               visi.com            of VELVEETA??



More information about the Python-list mailing list