TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Clojure: partition-by, split-with, group-by, and juxt

3 点作者 mblakele将近 14 年前

1 comment

mblakele将近 14 年前
For me, one of the hardest things about clojure has been learning how to mangle the results from one function into the format expected by another: vectors, nested lists, etc.<p>There are many core functions to help: reduce, apply, map, etc. But there are many of them because each one applies to a different situation. I think that complexity is necessary and even useful, but quick tips like these are helpful.