9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] A Plan 9 C request....
@ 2006-03-02 12:07 Fco. J. Ballesteros
  2006-03-02 12:14 ` Richard Miller
  0 siblings, 1 reply; 23+ messages in thread
From: Fco. J. Ballesteros @ 2006-03-02 12:07 UTC (permalink / raw)
  To: 9fans

:  After Ken's compiler, lcc is my favorite C compiler.  Ah, for the days
:  when C and I were young, and all the compilers were Steve' pcc.  I
:  never got a chance to use Dennis' compiler in the heat of battle, but
:  it's code is a wonder to behold.  It's evolution from NB to C is the
:  best example I've seen of entropy in reverse.

Could we see the code?



^ permalink raw reply	[flat|nested] 23+ messages in thread
* [9fans] A Plan 9 C request....
@ 2006-03-01 17:56 Dan Cross
  2006-03-01 18:09 ` Skip Tavakkolian
  0 siblings, 1 reply; 23+ messages in thread
From: Dan Cross @ 2006-03-01 17:56 UTC (permalink / raw)
  To: 9fans

Here's a request for my favorite C feature from C99, which isn't yet in
Plan 9 C.  I'd really like it if one could write statements of the form,

	for (int i = 0; i < 10; i++);

or

	for (char *p = s; *p != '\0'; p++);

That is, declare variables in the first part of a for loop.  That would
be nice.  Anyone care to add it to the compiler?  I'd try it myself, but
I'm just too busy right now....

	- Dan C.



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2006-03-27 14:33 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-02 12:07 [9fans] A Plan 9 C request Fco. J. Ballesteros
2006-03-02 12:14 ` Richard Miller
2006-03-02 12:25   ` Anthony Sorace
2006-03-02 12:26   ` Brantley Coile
2006-03-03 15:07     ` erik quanstrom
2006-03-04 10:00       ` Richard Miller
2006-03-27 11:13       ` [9fans] " Nikita Danilov
2006-03-27 14:33         ` LiteStar numnums
  -- strict thread matches above, loose matches on Subject: below --
2006-03-01 17:56 [9fans] " Dan Cross
2006-03-01 18:09 ` Skip Tavakkolian
2006-03-01 18:15   ` Brantley Coile
2006-03-01 18:17   ` rog
2006-03-01 18:20   ` Russ Cox
2006-03-01 18:23     ` Brantley Coile
2006-03-01 18:32       ` Russ Cox
2006-03-01 18:32       ` jmk
2006-03-01 19:59       ` Ronald G Minnich
2006-03-02  4:52         ` Devon H. O'Dell
2006-03-01 18:31     ` Skip Tavakkolian
2006-03-02  4:27       ` David Leimbach
2006-03-02  4:37         ` Andrew R. Reiter
2006-03-02 11:44           ` Brantley Coile
2006-03-01 18:22   ` Richard Bilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).