Just noticed some old typos on the map over lists page:
…except above, tun has since been renamed to tune and pla to play. (I suspect this code predated long symbols?) Also the second code block is missing the close paren.
Just noticed some old typos on the map over lists page:
…except above, tun has since been renamed to tune and pla to play. (I suspect this code predated long symbols?) Also the second code block is missing the close paren.
Still missing a close paren on the second one.
Currently is:
(mapc play (mapcar invert tune)
Should be:
(mapc play (mapcar invert tune))