altos/scheme: add list-copy
authorKeith Packard <keithp@keithp.com>
Mon, 11 Dec 2017 00:51:25 +0000 (16:51 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 11 Dec 2017 20:20:25 +0000 (12:20 -0800)
commitb72638e60b6636b479b79bbf0047cf7409f58820
tree9cf0575f5d0105aca311d41171a340d303a41604
parent7517da1646fc30faaa9ee1c969cfa35ae1a17423
altos/scheme: add list-copy

A lot easier as a built-in; the obvious scheme version is recursive.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/ao_scheme.h
src/scheme/ao_scheme_builtin.c
src/scheme/ao_scheme_builtin.txt
src/scheme/ao_scheme_cons.c