in reply to Learning methods (valid use for reinventing the wheel?)
Sure, I've done that a lot. When learning some crypto, I used to pick a random algorithm out of "Applied Cryptography" and implement it. There was certainly more efficent versions of the algorithm out there than what I came up with, and some of the algorithms I used were completely broken, but I like to think I learned a little something. Not that any of that code should ever find its way into a real application.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|