Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Tom Christiansen
>Tim Conrow wrote: >> >> Tom Christiansen wrote: >> > Perhaps what you're truly looking for is a generalized tainting mechanism. >> >> Sounds cool, but I have only the vaguest idea what you (may) mean. Pointers? >> RFCs? Examples? Hints? >Sorry for the clutter, but I didn't want to come off too

Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Tim Conrow
Tim Conrow wrote: > > Tom Christiansen wrote: > > Perhaps what you're truly looking for is a generalized tainting mechanism. > > Sounds cool, but I have only the vaguest idea what you (may) mean. Pointers? > RFCs? Examples? Hints? Sorry for the clutter, but I didn't want to come off too clueles

Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Tim Conrow
Tom Christiansen wrote: > Perhaps what you're truly looking for is a generalized tainting mechanism. Sounds cool, but I have only the vaguest idea what you (may) mean. Pointers? RFCs? Examples? Hints? -- -- Tim Conrow [EMAIL PROTECTED] |

Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Tom Christiansen
Perhaps what you're truly looking for is a generalized tainting mechanism. --tom

Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Tim Conrow
Nathan Wiger wrote: > > Tom Christiansen wrote: > > > > Perl should fly far and fast from starting down the bumpy road where > > that data is strongly typed in the mythical and deceptive text-vs-binary > > sense ... Heed the wisdom of the Unix ... I shouldn't have used the term "binary" in the p

Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Eric Roode
Nathan Wiger wrote: > >One thing that Nat will soon be releasing is an RFC on strict typing. >I'll also have one (hopefully) on an embedded tie-like solution that >will allow you to create your own variable types. With these you would >conceivably be able to say: > > use strict 'types'; > my p

Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Nathan Wiger
Tom Christiansen wrote: > > Perl should fly far and fast from starting down the bumpy road where > that data is strongly typed in the mythical and deceptive text-vs-binary > sense ... Heed the wisdom of the Unix ... Tom's exactly right. Data should be data, at least by default. One of the beau

Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Tom Christiansen
>On 19 Sep 2000, Perl6 RFC Librarian wrote: >> Distinguish packed binary data from printable strings >What defines a "printable" string? What if I'm working in an environment >that can "print" bytes that yours can't? Specifically I'm wondering how >this proposal handles Unicode. Perl should f

Re: RFC 258 (v1) Distinguish packed binary data from printable strings

2000-09-19 Thread Michael G Schwern
On Tue, Sep 19, 2000 at 07:00:35AM -, Perl6 RFC Librarian wrote: > =head1 IMPLEMENTATION > > I know almost nothing about internals, so this is probably wrong, but > see if I convey my meaning anyway. Well, I have nothing to say about the utility of this module, but I can say that for your bi