marick / fp-oo

Code samples and exercise solutions for /Functional Programming for the Object-Oriented Programmer/
143 stars 49 forks source link

Better example for generic functions? #33

Open marick opened 12 years ago

marick commented 12 years ago

There are some functions in the object system implementation that take maps, some that take symbols. Sounds like a job for generic functions.