Arun Sharma wrote:
>
> On 26 Feb 2001 18:56:18 +0100, Matt Dillon <[EMAIL PROTECTED]> wrote:
> > Ha. Right. Go through any piece of significant code and just see how
> > much goes flying out the window because the code wants to simply assume
> > things work. Then try coding conditionals all the way through to fix
> > it... and don't forget you need to propogate the error condition back
> > up the procedure chain too so the original caller knows why it failed.
>
> So, it all comes down to reimplementing the UNIX kernel in a language
> that supports exceptions, just like Linus suggested :)
I've often considered writing a language SPECIFICALLY for writing the kernel.
(no other uses)
I mean it basically uses the same mechaninsims over and over and over again...
linked lists, hash tables, nested loops, etc.etc.
I'd like a language that lets me define the module I'm writing,
define the way it should behave, and let the boring code be taken care of
by itelf :-)
>
> -Arun
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message
--
__--_|\ Julian Elischer
/ \ [EMAIL PROTECTED]
( OZ ) World tour 2000-2001
---> X_.---._/
v
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Tony Finch
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Rik van Riel
- Re: Setting memory allocators for library functions. Arun Sharma
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Julian Elischer
- Re: Setting memory allocators for library functions. Wes Peters
- Re: Setting memory allocators for library functions. Julian Elischer
- Re: Setting memory allocators for library functions. Arun Sharma
- Re: Setting memory allocators for library functions. Nate Williams
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Nate Williams
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Rik van Riel

