Closed bobbysmith007 closed 13 years ago
Just FYI, I also had this same though (about porting the ruby inflector) many years ago, but just threw together some functions to reuse about. I never packaged it as a library. When I went to look at doing so, I found your library which seems to be a better implementation anyway. So I am trying to make our two implementations produce the same results (so that I can just move to using yours).
Thanks for doing the upfront work, I hope that these patches meet with your approval. If they do not, please discuss, and lets see if we can come to a compromise that makes us both happy so that I can just use the upstream library.
Cheers, Russ
Also, you might wish to check out my symbol-munger project. Its goal is to meet your TODOs about converting between types of symbols (lisp names -> javascript names... etc)
Nevermind, I just went ahead and did a full branch (located at cl-inflector). Hope this is good for you too
Nothing to big.
How were you loading this without an asd file, does quicklisp allow that or something?
How does anything know to load cl-ppcre and the util file before the inflector?
Thanks for your time, Russ