Don't be afraid of recursion

This commit is contained in:
Julian Ospald 2015-04-19 14:55:10 +02:00
부모 6e995fc51a
커밋 ade43b77ae
No known key found for this signature in database
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}