1
0
Derivar 0

Don't be afraid of recursion

Este cometimento está contido em:
Julian Ospald 2015-04-19 14:55:10 +02:00
ascendente 6e995fc51a
cometimento ade43b77ae
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 220CD1C5BDEED020
1 ficheiros modificados com 1 adições e 0 eliminações

Ver ficheiro

@ -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}