Hi,
On the wiki page for Pd it states that the language has no constructor function, which is a routine for creating new objects by accepting arguments as variables. Isn't that essentially the same thing as dynamic object creation? e.g.
[pack f f f...]
|
(objectname $1 $2 $3 ...)
|
[s pd-subpatch]
Please excuse my ignorance on this if that's a stupid question, which it probably is.