[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071130234013.446f14ef@the-village.bc.nu>
Date: Fri, 30 Nov 2007 23:40:13 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Bill Davidsen <davidsen@....com>
Cc: David Newall <david@...idnewall.com>,
Jan Engelhardt <jengelh@...putergmbh.de>,
Xavier Bestel <xavier.bestel@...e.fr>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
Ben.Crowhurst@...llatravel.co.uk, linux-kernel@...r.kernel.org
Subject: Re: Kernel Development & Objective-C
> BCPL was typeless, as was the successor B (between Bell Labs and GE we
B isn't quite typeless. It has minimal inbuilt support for concepts like
strings (although you can of course multiply a string by an array
pointer ;))
It also had some elegances that C lost, notably
case 1..5:
the ability to do no zero biased arrays
x[40];
x-=10;
and the ability to reassign function names.
printk = wombat;
as well as stuff like free(function);
Alan (who learned B before C, and is still waiting for P)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists