Difference between revisions of "Blog articles/Algorithms"

From HaskellWiki
Jump to navigation Jump to search
(Added section "Handling platform differences" with a link to "Stop (ab)using CPP in Haskell sources")
(Added subsection "Using random generators" with a link to "Haskell Bits #1: Randomness")
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
   
 
===Design patterns===
 
===Design patterns===
  +
   
 
* [http://jpmoresmau.blogspot.com/2007/11/haskell-design-patterns-are-probably.html Haskell design patterns are (probably) needed]
 
* [http://jpmoresmau.blogspot.com/2007/11/haskell-design-patterns-are-probably.html Haskell design patterns are (probably) needed]
  +
* [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.105.4354&rep=rep1&type=pdf Design patterns for functional strategic programming] (PDF)
   
 
=== Handling platform differences ===
 
=== Handling platform differences ===
   
 
* [http://blog.haskell-exists.com/yuras/posts/stop-abusing-cpp-in-haskell.html Stop (ab)using CPP in Haskell sources]
 
* [http://blog.haskell-exists.com/yuras/posts/stop-abusing-cpp-in-haskell.html Stop (ab)using CPP in Haskell sources]
  +
  +
  +
=== Using random generators ===
  +
  +
* [http://www.kovach.me/posts/2017-01-30-haskell-bits-randomness.html Haskell Bits #1: Randomness]

Latest revision as of 21:04, 26 June 2017