From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44DB3F03.4050803@lanl.gov> Date: Thu, 10 Aug 2006 08:13:23 -0600 From: Ronald G Minnich User-Agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) Topicbox-Message-UUID: 9b724fa0-ead1-11e9-9d60-3106f5b1d025 "Sure, some other languages have libraries for accessing web or ftp sites, or looking inside zip files. But how many provide an open ended and extensible system that allows you to access any such resource using the same I/O commands you'd use with regular disk files?" hmm. in the language library? Well, I guess if that's all you can do ... but this is a really odd quote. And I actually like tcl ... ron From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <283f5df10608101726k9b996far6a0bbdb5692657c3@mail.gmail.com> Date: Thu, 10 Aug 2006 20:26:16 -0400 From: "LiteStar numnums" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: <44DB3F03.4050803@lanl.gov> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_73029_30878163.1155255976161" References: <44DB3F03.4050803@lanl.gov> Topicbox-Message-UUID: 9b8587aa-ead1-11e9-9d60-3106f5b1d025 ------=_Part_73029_30878163.1155255976161 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline What's so odd about it? The same comment applies to Plan9 & 9p: "Sure, some other operating systems have programs for accessing web or ftp sites, or looking inside zip files. But how many provide an open ended and extensible system that allows you to access any such resource using the same I/O commands you'd use with regular disk files?" On 8/10/06, Ronald G Minnich wrote: > > "Sure, some other languages have libraries for accessing web or ftp > sites, or looking inside zip files. But how many provide an open ended > and extensible system that allows you to access any such resource using > the same I/O commands you'd use with regular disk files?" > > hmm. in the language library? Well, I guess if that's all you can do ... > but this is a really odd quote. > > And I actually like tcl ... > > ron > -- Lead thou me on, O Zeus, and Destiny, To that goal long ago to me assigned. I'll follow and not falter; if my will Prove weak and craven, still I'll follow on. -- Epictetus He who enters his wife's dressing room is a philosopher or a fool. -- Balzac ------=_Part_73029_30878163.1155255976161 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline What's so odd about it? The same comment applies to Plan9 & 9p:

"Sure, some other operating systems have programs for accessing web or ftp
sites, or looking inside zip files. But how many provide an open ended
and extensible system that allows you to access any such resource using
the same I/O commands you'd use with regular disk files?"

On 8/10/06, Ronald G Minnich <rminnich@lanl.gov> wrote:
"Sure, some other languages have libraries for accessing web or ftp
sites, or looking inside zip files. But how many provide an open ended
and extensible system that allows you to access any such resource using
the same I/O commands you'd use with regular disk files?"

hmm. in the language library? Well, I guess if that's all you can do ...
but this is a really odd quote.

And I actually like tcl ...

ron



--
Lead thou me on, O Zeus, and Destiny,
To that goal long ago to me assigned.
I'll follow and not falter; if my will
Prove weak and craven, still I'll follow on.
-- Epictetus

He who enters his wife's dressing room is a philosopher or a fool. -- Balzac ------=_Part_73029_30878163.1155255976161-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60608110021g6e820143oa2461d3d14b00103@mail.gmail.com> Date: Fri, 11 Aug 2006 00:21:33 -0700 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: <44DB3F03.4050803@lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44DB3F03.4050803@lanl.gov> Topicbox-Message-UUID: 9b897fae-ead1-11e9-9d60-3106f5b1d025 On 8/10/06, Ronald G Minnich wrote: > "Sure, some other languages have libraries for accessing web or ftp > sites, or looking inside zip files. But how many provide an open ended > and extensible system that allows you to access any such resource using > the same I/O commands you'd use with regular disk files?" > C++ iostreams perhaps? I've got one for sockets, pipes etc... Now that's not the same as FTP sites and zip files, but it could be done. Then you can use the same iterators and algorithms to glue it all together. In fact, I think I saw a zlibstream once. I was thinking of writing one. It's done via a blend of template generic programming and OOP. Too bad C++ quickly becomes quite confusing and is very easy to abuse and make difficult to maintain (probably an understatement). Plan 9 gives me a lot of that power right at the shell because the OS multiplexes 9P so well. > hmm. in the language library? Well, I guess if that's all you can do ... > but this is a really odd quote. > > And I actually like tcl ... > > ron > From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Fri, 11 Aug 2006 06:45:03 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: <3e1162e60608110021g6e820143oa2461d3d14b00103@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9b8d67d6-ead1-11e9-9d60-3106f5b1d025 *not* providing a library for these things is the key. for example, page doesn't link against the jpeg library. it just runs jpg. nedmail doesn't link against the mime library, it uses upas/fs and marshal. if plan 9 provided fancy library interfaces for such things, we might be temted by the sirens "shared libraries" and "oop languages". - erik On Fri Aug 11 02:22:13 CDT 2006, leimy2k@gmail.com wrote: > On 8/10/06, Ronald G Minnich wrote: > > "Sure, some other languages have libraries for accessing web or ftp > > sites, or looking inside zip files. But how many provide an open ended > > and extensible system that allows you to access any such resource using > > the same I/O commands you'd use with regular disk files?" > > > > C++ iostreams perhaps? I've got one for sockets, pipes etc... Now > that's not the same as FTP sites and zip files, but it could be done. > Then you can use the same iterators and algorithms to glue it all > together. In fact, I think I saw a zlibstream once. I was thinking > of writing one. > > It's done via a blend of template generic programming and OOP. Too > bad C++ quickly becomes quite confusing and is very easy to abuse and > make difficult to maintain (probably an understatement). > > Plan 9 gives me a lot of that power right at the shell because the OS > multiplexes 9P so well. > > > > hmm. in the language library? Well, I guess if that's all you can do ... > > but this is a really odd quote. > > > > And I actually like tcl ... > > > > ron From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60608110710y3a856f2dxb61912238df0f763@mail.gmail.com> Date: Fri, 11 Aug 2006 07:10:33 -0700 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3e1162e60608110021g6e820143oa2461d3d14b00103@mail.gmail.com> Topicbox-Message-UUID: 9b91b142-ead1-11e9-9d60-3106f5b1d025 On 8/11/06, erik quanstrom wrote: > *not* providing a library for these things is the key. > for example, page doesn't link against the jpeg library. > it just runs jpg. nedmail doesn't link against the mime > library, it uses upas/fs and marshal. I guess my point is it's just one abstraction that needs to be filled in to get the same expressive behavior as you get by making a 9P capable server for connecting to a given resource. Then you get the "same I/O commands you'd use..." as the quoted paragraph states. If they're saying TCL is somehow deeper than OOP, I didn't absorb that information from the copied paragraph. OOP systems are very open-ended, they're just terribly "close topped" (which is how we end up with things like Aspect Oriented Programming so you can cross-cut functionality into an existing system rather than just extending and overriding.) > > if plan 9 provided fancy library interfaces for such things, > we might be temted by the sirens "shared libraries" and "oop > languages". > Right but I'm not sure what that had to do with TCL? ;-). In some ways having a binary you can call from another process *is* a kind of "shared library" already. Just as the kernel is a shared library of sorts.... but yeah I understand your point. Plan 9's abstractions for doing these things in the OS itself are (for the lack of a better word at this early hour for me) "freakin' badass!". As a result I can far more with a shell, which is a safer programming environment in terms of resource management I think, than I can in pretty much any other programming language. If people thought Unix is a good programming environment, they really should give Plan 9 a try. > - erik > > On Fri Aug 11 02:22:13 CDT 2006, leimy2k@gmail.com wrote: > > On 8/10/06, Ronald G Minnich wrote: > > > "Sure, some other languages have libraries for accessing web or ftp > > > sites, or looking inside zip files. But how many provide an open ended > > > and extensible system that allows you to access any such resource using > > > the same I/O commands you'd use with regular disk files?" > > > > > > > C++ iostreams perhaps? I've got one for sockets, pipes etc... Now > > that's not the same as FTP sites and zip files, but it could be done. > > Then you can use the same iterators and algorithms to glue it all > > together. In fact, I think I saw a zlibstream once. I was thinking > > of writing one. > > > > It's done via a blend of template generic programming and OOP. Too > > bad C++ quickly becomes quite confusing and is very easy to abuse and > > make difficult to maintain (probably an understatement). > > > > Plan 9 gives me a lot of that power right at the shell because the OS > > multiplexes 9P so well. > > > > > > > hmm. in the language library? Well, I guess if that's all you can do ... > > > but this is a really odd quote. > > > > > > And I actually like tcl ... > > > > > > ron > From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44DC9129.4080709@lanl.gov> Date: Fri, 11 Aug 2006 08:16:09 -0600 From: Ronald G Minnich User-Agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9b95e7a8-ead1-11e9-9d60-3106f5b1d025 btw, there is some sort of "spotlight"-like thing now for linux that I stumbled across. It runs on all kinds of things, except reiser or something, as "reiser is not supported". Goodness. Is it just parsing the on-disk file systems? ron From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <805ed8722cd1f7998449ae2164fa708e@quanstro.net> From: erik quanstrom Date: Fri, 11 Aug 2006 10:18:16 -0500 To: 9fans@cse.psu.edu Subject: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: <3e1162e60608110710y3a856f2dxb61912238df0f763@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9b9f1abc-ead1-11e9-9d60-3106f5b1d025 right. but to make external processes work instead of using the typical shared-library-o-rama, you need to have decided what the system format is. in plan 9, *the* storage character set is utf-8 and Runes are used within programs; *the* image format is Image. in the gnu world, there is no base format, so using external programs to do this kind of stuff is much more difficult. plan 9 really is a great piece of work. - erik On Fri Aug 11 09:11:15 CDT 2006, leimy2k@gmail.com wrote: > > > > if plan 9 provided fancy library interfaces for such things, > > we might be temted by the sirens "shared libraries" and "oop > > languages". > > > > Right but I'm not sure what that had to do with TCL? ;-). In some > ways having a binary you can call from another process *is* a kind of > "shared library" already. Just as the kernel is a shared library of > sorts.... but yeah I understand your point. From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Fri, 11 Aug 2006 12:18:07 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: <44DC9129.4080709@lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9bacda30-ead1-11e9-9d60-3106f5b1d025 care to share the name of this project? ;-) btw, is there a way for a program to cooperate with a venti archive and/or a fossil or fs to implement full-text search or something like slocate? - erik On Fri Aug 11 09:21:40 CDT 2006, rminnich@lanl.gov wrote: > btw, there is some sort of "spotlight"-like thing now for linux that I > stumbled across. > > It runs on all kinds of things, except reiser or something, as "reiser > is not supported". > > Goodness. Is it just parsing the on-disk file systems? > > ron From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 12 Aug 2006 07:19:16 +0100 From: "Martin C. Atkins" To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) Message-Id: <20060812071916.7b91fef5@localhost.localdomain> In-Reply-To: References: <44DC9129.4080709@lanl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9c485906-ead1-11e9-9d60-3106f5b1d025 On Fri, 11 Aug 2006 12:18:07 -0500 erik quanstrom wrote: > care to share the name of this project? ;-) He probably means Beagle. http://beagle-project.org/Main_Page > On Fri Aug 11 09:21:40 CDT 2006, rminnich@lanl.gov wrote: > > btw, there is some sort of "spotlight"-like thing now for linux that I > > stumbled across. Actually, it pre-dates spotlight. [BTW: The live update of search results is very impressive, I've not seen spotlight in action: does it do this too?] Martin -- Martin C. Atkins martin_ml@parvat.com Parvat Infotech Private Limited http://www.parvat.com{/,/martin} From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) From: ems To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> In-Reply-To: <20060812071916.7b91fef5@localhost.localdomain> References: <44DC9129.4080709@lanl.gov> <20060812071916.7b91fef5@localhost.localdomain> Content-Type: text/plain Date: Sat, 12 Aug 2006 20:56:53 +1000 Message-Id: <1155380213.5111.11.camel@heater.intranet.ebr> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9c662bfc-ead1-11e9-9d60-3106f5b1d025 On Sat, 2006-08-12 at 07:19 +0100, Martin C. Atkins wrote: > Actually, it pre-dates spotlight. Lies. Patent 6,847,959 was filed on January 5, 2000. [0] http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6,847,959.PN.&OS=PN/6,847,959&RS=PN/6,847,959 From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60608120850u13b261a7h6f52fe1d917e8844@mail.gmail.com> Date: Sat, 12 Aug 2006 08:50:15 -0700 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: <1155380213.5111.11.camel@heater.intranet.ebr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44DC9129.4080709@lanl.gov> <20060812071916.7b91fef5@localhost.localdomain> <1155380213.5111.11.camel@heater.intranet.ebr> Topicbox-Message-UUID: 9d05d85a-ead1-11e9-9d60-3106f5b1d025 On 8/12/06, ems wrote: > On Sat, 2006-08-12 at 07:19 +0100, Martin C. Atkins wrote: > > Actually, it pre-dates spotlight. > Lies. Patent 6,847,959 was filed on January 5, 2000. > > [0] > http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6,847,959.PN.&OS=PN/6,847,959&RS=PN/6,847,959 > The Beagle implementation still pre-dated spotlight by quite a bit actually IIRC. From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) From: ems To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> In-Reply-To: <3e1162e60608120850u13b261a7h6f52fe1d917e8844@mail.gmail.com> References: <44DC9129.4080709@lanl.gov> <20060812071916.7b91fef5@localhost.localdomain> <1155380213.5111.11.camel@heater.intranet.ebr> <3e1162e60608120850u13b261a7h6f52fe1d917e8844@mail.gmail.com> Content-Type: text/plain Date: Sun, 13 Aug 2006 02:43:36 +1000 Message-Id: <1155401016.5111.59.camel@heater.intranet.ebr> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9d2faf68-ead1-11e9-9d60-3106f5b1d025 On Sat, 2006-08-12 at 08:50 -0700, David Leimbach wrote: > On 8/12/06, ems wrote: > > On Sat, 2006-08-12 at 07:19 +0100, Martin C. Atkins wrote: > > > Actually, it pre-dates spotlight. > > Lies. Patent 6,847,959 was filed on January 5, 2000. > > > > [0] > > http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=6,847,959.PN.&OS=PN/6,847,959&RS=PN/6,847,959 > > > > The Beagle implementation still pre-dated spotlight by quite a bit > actually IIRC. Lies. No more than Slashdot/Open Source propaganda. Jon beat Apple by 6 hours to presenting it to the public. Apple had a fully working product by the presitation. Jon Trowbridge only had a preview of his work. Google Desktop was announced soon after. Thats trends for you.... From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9f3897940608121415i332869b8ybefdc1ee0b747abc@mail.gmail.com> Date: Sat, 12 Aug 2006 23:15:52 +0200 From: "=?UTF-8?Q?Pawe=C5=82_Lasek?=" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: <1155401016.5111.59.camel@heater.intranet.ebr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44DC9129.4080709@lanl.gov> <20060812071916.7b91fef5@localhost.localdomain> <1155380213.5111.11.camel@heater.intranet.ebr> <3e1162e60608120850u13b261a7h6f52fe1d917e8844@mail.gmail.com> <1155401016.5111.59.camel@heater.intranet.ebr> Topicbox-Message-UUID: 9e495caa-ead1-11e9-9d60-3106f5b1d025 On 8/12/06, ems wrote: > On Sat, 2006-08-12 at 08:50 -0700, David Leimbach wrote: > Lies. No more than Slashdot/Open Source propaganda. Jon beat Apple by 6 > hours to presenting it to the public. Apple had a fully working product > by the presitation. Jon Trowbridge only had a preview of his work. > Google Desktop was announced soon after. Thats trends for you.... IIRC Microsoft was talking about this since ca. 1994.... They still haven't implemented it fully with part of it's features being available in Vista and indexing (disabled by many people and not that useful anyway) available at least since NT 5.0. WinFS is available as beta at the moment and IIRC Beagle/Spotlight still work better without redesigning filesystem :-) If somebody dug deep enough I think you could find an even older info about this :-D -- Paul Lasek From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 12 Aug 2006 14:55:36 -0700 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: <9f3897940608121415i332869b8ybefdc1ee0b747abc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44DC9129.4080709@lanl.gov> <20060812071916.7b91fef5@localhost.localdomain> <1155380213.5111.11.camel@heater.intranet.ebr> <3e1162e60608120850u13b261a7h6f52fe1d917e8844@mail.gmail.com> <1155401016.5111.59.camel@heater.intranet.ebr> <9f3897940608121415i332869b8ybefdc1ee0b747abc@mail.gmail.com> Topicbox-Message-UUID: 9e543274-ead1-11e9-9d60-3106f5b1d025 There's no prize for having the idea first if you do anything with it. Russ From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 12 Aug 2006 14:56:02 -0700 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44DC9129.4080709@lanl.gov> <20060812071916.7b91fef5@localhost.localdomain> <1155380213.5111.11.camel@heater.intranet.ebr> <3e1162e60608120850u13b261a7h6f52fe1d917e8844@mail.gmail.com> <1155401016.5111.59.camel@heater.intranet.ebr> <9f3897940608121415i332869b8ybefdc1ee0b747abc@mail.gmail.com> Topicbox-Message-UUID: 9e5f70b2-ead1-11e9-9d60-3106f5b1d025 There's no prize for having the idea first if you don't do anything with it. Grr. On 8/12/06, Russ Cox wrote: > There's no prize for having the idea first if you do anything with it. > > Russ > From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8ccc8ba40608121457m1b57f848udcbdc36271400ce6@mail.gmail.com> Date: Sat, 12 Aug 2006 23:57:53 +0200 From: "Francisco J Ballesteros" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 Content-Disposition: inline References: <44DC9129.4080709@lanl.gov> <20060812071916.7b91fef5@localhost.localdomain> <1155380213.5111.11.camel@heater.intranet.ebr> <3e1162e60608120850u13b261a7h6f52fe1d917e8844@mail.gmail.com> <1155401016.5111.59.camel@heater.intranet.ebr> <9f3897940608121415i332869b8ybefdc1ee0b747abc@mail.gmail.com> Topicbox-Message-UUID: 9e681b18-ead1-11e9-9d60-3106f5b1d025 SXNuwrR0IGhhdmluZyB0aGUgaWRlYSB0aGUgcHJpemU/IDotKQpXaGVuIEkgdGhpbmsgdGhhdCB5 b3UgZ3V5cyBoYWQgYWxsIHRoaXMgYnkgdGhlIDgwcy4uLgoKT24gOC8xMi8wNiwgUnVzcyBDb3gg PHJzY0Bzd3RjaC5jb20+IHdyb3RlOgo+IFRoZXJlJ3Mgbm8gcHJpemUgZm9yIGhhdmluZyB0aGUg aWRlYSBmaXJzdCBpZiB5b3UgZG9uJ3QgZG8gYW55dGhpbmcgd2l0aCBpdC4KPgo+IEdyci4KPgo+ IE9uIDgvMTIvMDYsIFJ1c3MgQ294IDxyc2NAc3d0Y2guY29tPiB3cm90ZToKPiA+IFRoZXJlJ3Mg bm8gcHJpemUgZm9yIGhhdmluZyB0aGUgaWRlYSBmaXJzdCBpZiB5b3UgZG8gYW55dGhpbmcgd2l0 aCBpdC4KPiA+Cj4gPiBSdXNzCj4gPgo+Cj4K From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <509071940608122025h6edf500bt74d8381d5988b0fd@mail.gmail.com> Date: Sat, 12 Aug 2006 23:25:47 -0400 From: "Anthony Sorace" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: Re: [9fans] I suppose if there's no other way to do it (a quote from the tcl web site) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44DC9129.4080709@lanl.gov> <20060812071916.7b91fef5@localhost.localdomain> <1155380213.5111.11.camel@heater.intranet.ebr> <3e1162e60608120850u13b261a7h6f52fe1d917e8844@mail.gmail.com> <1155401016.5111.59.camel@heater.intranet.ebr> <9f3897940608121415i332869b8ybefdc1ee0b747abc@mail.gmail.com> Topicbox-Message-UUID: 9e7c2234-ead1-11e9-9d60-3106f5b1d025 On 8/12/06, Russ Cox wrote: > There's no prize for having the idea first if you don't do anything with it. somebody please tell the PTO.