On Wed, Sep 11, 2013 at 12:42:24PM +0200, Thorsten Jolitz wrote:
> Thanks, then I will just map over my property list and assign them "the
> canonical way" with 'put>' and friends.

Or, if you have (or convert) the property list in a form like

   (key1 val1 key2 val2 ..)

you might as well use 'new' or 'new!':

   (apply new! MyList '(+Cls))
   (apply new MyList (db: +Cls) '(+Cls))

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to