in reply to Feedback: Strongly-typed "Pascal records" module
I don't know what does the same kind of type checking you have (as opposed to just allowed keys), but I've read about that kind of thing from time to time.
Perl doesn't require strict typing. In that respect it's more like Smalltalk than C++. That is, an object doesn't necessarily have to be of a particular class (or derived class) to "fit". It just has to have all the right methods available.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Feedback: Strongly-typed "Pascal records" module
by pg (Canon) on Jan 01, 2003 at 21:06 UTC | |
|
Re: Re: Feedback: Strongly-typed "Pascal records" module
by aspen (Sexton) on Jan 01, 2003 at 21:37 UTC | |
|
Re: Re: Feedback: Strongly-typed "Pascal records" module
by Anonymous Monk on Jan 01, 2003 at 20:38 UTC |