Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

runtime: reduce #108

Open
avelino opened this issue Feb 6, 2018 · 0 comments
Open

runtime: reduce #108

avelino opened this issue Feb 6, 2018 · 0 comments

Comments

@avelino
Copy link
Member

avelino commented Feb 6, 2018

(reduce + (1 2 3 4 5))  ;;=> 15
(reduce + ())           ;;=> 0
(reduce + (1))          ;;=> 1
(reduce + (1 2))        ;;=> 3
(reduce + 1 ())         ;;=> 1
(reduce + 1 (2 3))      ;;=> 6
@avelino avelino changed the title reduce runtime: reduce Feb 13, 2018
@avelino avelino added this to the Linguage design milestone Feb 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant