diff options
| author | Keith Packard <keithp@keithp.com> | 2017-12-10 16:51:25 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-12-11 12:20:25 -0800 |
| commit | b72638e60b6636b479b79bbf0047cf7409f58820 (patch) | |
| tree | 9cf0575f5d0105aca311d41171a340d303a41604 /src/scheme/ao_scheme_builtin.txt | |
| parent | 7517da1646fc30faaa9ee1c969cfa35ae1a17423 (diff) | |
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>
Diffstat (limited to 'src/scheme/ao_scheme_builtin.txt')
| -rw-r--r-- | src/scheme/ao_scheme_builtin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scheme/ao_scheme_builtin.txt b/src/scheme/ao_scheme_builtin.txt index b7261ce1..17f5ea0c 100644 --- a/src/scheme/ao_scheme_builtin.txt +++ b/src/scheme/ao_scheme_builtin.txt @@ -8,6 +8,7 @@ f_lambda cdr f_lambda cons f_lambda last f_lambda length +f_lambda list_copy list-copy nlambda quote atom quasiquote atom unquote |
