TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cool Clojure functions (2014)

16 pointsby MosheZadaover 9 years ago

1 comment

sdegutisover 9 years ago
Most times that I thought I needed `mapcat`, it turned out using `for` was nicer and more flexible:<p><pre><code> (for [person people parent (:parents person)] (:name parent))</code></pre>