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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What kata do you use when learning a new language?

2 点作者 marai2超过 8 年前
Hi HN,<p>What are some programming katas you use when learning a new programming language?<p>I&#x27;d like to find a good small size kata that exercises a good number of the language features that one normally uses (IO, common data structures)? So something more extensive than simpler katas like the Bowling kata or Project Euler.

2 条评论

mmel超过 8 年前
I usually cheat and review a selection of whatever I&#x27;m interested in from <a href="http:&#x2F;&#x2F;rosettacode.org&#x2F;wiki&#x2F;Category:Programming_Tasks" rel="nofollow">http:&#x2F;&#x2F;rosettacode.org&#x2F;wiki&#x2F;Category:Programming_Tasks</a>
dougireton超过 8 年前
I&#x27;ve found <a href="http:&#x2F;&#x2F;exercism.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;exercism.io&#x2F;</a> to be very good for learning a new language.