Closed Jajafarov closed 5 years ago
Fixed the error in #12 using cl-lib. If adding a dependency is to be avoided, you could write a mapcar* function that does the job instead.
Inspecting, mapcar* is an alias to cl-mapcar, so this adds no extra dependencies - just formalises them. Looks good! I'm going to merge it into develop to test, then I'll push it to master.
mapcar*
cl-mapcar
Fixed the error in #12 using cl-lib. If adding a dependency is to be avoided, you could write a mapcar* function that does the job instead.