On Dec 20, 2014, at 6:37 AM, Matt wrote: (list (cons 'name <name>) (cons 'title #f))
OK. Thanks. I'm guessing list-copy would be another option: (sval (list-copy '((a . 1) (b . 2))) No. need to use alist-copy from (srfi srfi-1) (or (map list-copy '((a . 1) (b . 2)))