Difference between revisions of "Combinator Pearls"

From The fun Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
*[[Hanoi Towers]]
 
*[[Hanoi Towers]]
  
*[[Sorting | Sorting with Morphisms]]
+
*[[Sorting with Morphisms]]
  
 
*[[Lam2Combi | Making a simple REPL for structured combinators ]]
 
*[[Lam2Combi | Making a simple REPL for structured combinators ]]

Revision as of 02:32, 22 July 2022

This page lists programming examples for fun and functional pearls, programs that albeit simple can show and teach interesting principles and techniques.