Hacker News new | ask | show | jobs
by igneous4 5600 days ago
Thanks for those equivalents, Sam! Informative.

That first `(map #...)` is particularly interesting. Looks like you're applying the item lookup operation across the list of indices. Neat.

1 comments

The first example could actually have been

    (map a-list [3 1 4])