How to do Functional Programming in Common Lisp ?

from blog Lisp journey, | ↗ original
or “Common Lisp is not very functional-programming oriented”. What are the options ? I mean, map is uncommon and there is no short words like take etc for functional composition. Right ? edit see those snippets. edit january, 2019: see this SO answer and the modf library. Map and filter Indeed, there are 8 or so map functions. The one we’re used...