git.fiddlerwoaroof.com
README.markdown
bc72b354
 # A Repository for storing useful snippets of code that I have written
 ## nothing is guaranteed to work, be useful, or use best practices :)
 
1f0ec1d5
 - [Y_combinator.py](Y_combinator.py) a python implementation of the Y combinator
d8e9dd2f
 - [compare_dicts.py](compare_dicts.py) a python function for comparing dictionaries
 - [lazy_attributes.py](lazy_attributes.py) a python class for lazy loading attributes
 - [memoize_and_partialfuncs.py](memoize_and_partialfuncs.py) a python implementation of memoization and piecewise definition of functions
 - [piecewise_function.py](piecewise_function.py) a better implementation of piecewise functions
07e90da6
 
 
 All code is under the Apache Licence 2.0