We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reduce
On pg. 63 of the first edition there is an error in the first example for reduce:
(reduce max [0 -3 10 48]) ;= 10
It should read 48.