Don't be afraid of recursion

这个提交包含在:
Julian Ospald 2015-04-19 14:55:10 +02:00
父节点 6e995fc51a
当前提交 ade43b77ae
找不到此签名对应的密钥
GPG 密钥 ID: 220CD1C5BDEED020
共有 1 个文件被更改,包括 1 次插入0 次删除

查看文件

@ -264,6 +264,7 @@ Let's reiterate. Haskell is:
\item "first solve a more general problem, then extract the interesting bits and pieces by transforming the general program into more specialised ones" -- Ralf Hinze
\end{itemize}
\item solve atomic parts of general problems and combine them into greater solutions
\item don't be afraid of recursion!
\end{itemize}
\end{frame}