Hello Jeffrey,
> Code is located at: > http://github.com/jbester/cljext/tree/master/cljext%2Fbinpack.clj Thanks for the link, more food for study on how to write a generic library... Basically, I am scheme/lisp noob, learning it in my spare time, the progress is slow but rewarding... Few observations about my own experience with starting with lisp: 1. concentrate on meaning and what fuctions do, not on the form and "(((())))" 2. name your functions well 3. use tools to have your code idented properly 4. learn ways of creating abstracions and recognising when one is asking to be written (this thread kickstarted 4.) Kind regards, Vlad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---