On Nov 18, 4:34 am, "M.-A. Lemburg" wrote:
> Steve Howell wrote:
> > [...]
> > Here is an example of the DDL (and I hate the terminology "DDL," just
> > cannot think of anything better):
>
> > {
> > 'show_table_of_contents',
> > 'author' {
> >
Steve Howell wrote:
> During the last few days I have written code in support of a small DDL
> language that encapsulates a concise representation of the
> manipulations needed to make a deep subcopy of a Python-like data
> structure. It is inspired by syntax from mainstream modern languages,
> inc
During the last few days I have written code in support of a small DDL
language that encapsulates a concise representation of the
manipulations needed to make a deep subcopy of a Python-like data
structure. It is inspired by syntax from mainstream modern languages,
including, of course, Python. The