Re: Wishing well
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmowUtV65pvj7wDD9GZZrvPxzPOTFZnjFHqVpU9JMn19Qw@mail.gmail.com> |
On Tue, Nov 18, 2014 at 11:39 PM, 郭雪松 <[email protected]> wrote: > Beleave me, ByValue.pmod is almost the most useful pmod I ever wrote. > > The reason not convert to string is most likely the items are objects. and > they come from another module out of our control. Sure, no problem. Like I said, contrived examples don't always carry the import of the real-world situation they're representing. I'm not sure this really wants to be a built-in, though. It seems specialized enough that your ByValue.pmod is the most logical place for the code. ChrisA