jbclements / RSound

A cross-platform sound library for DrRacket
http://www.brinckerhoff.org/clements
Other
45 stars 11 forks source link

rewrite `define-memo` #14

Closed philnguyen closed 9 years ago

philnguyen commented 9 years ago

This pull request attempts to generalize define/memo to any number of args.

jbclements commented 9 years ago

Actually, I think dherman/memoize is cleaned up now. do you see any reason not simply to use that?

philnguyen commented 9 years ago

Oh I wasn't aware of that. I think it's better to simply use dherman's then.

jbclements commented 9 years ago

Okay, I've updated to use the 'memoize' package. Okay to close this PR?

Many thanks!

philnguyen commented 9 years ago

Sure :)