sgrove / vana-inflector

A port of rails' inflector to common lisp
http://trapm.com
MIT License
6 stars 3 forks source link

I added an asd file and tweaked a couple of the rules (eg: added woman) #2

Closed bobbysmith007 closed 13 years ago

bobbysmith007 commented 13 years ago

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

bobbysmith007 commented 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

bobbysmith007 commented 13 years ago

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)

https://github.com/bobbysmith007/symbol-munger

bobbysmith007 commented 13 years ago

Nevermind, I just went ahead and did a full branch (located at cl-inflector). Hope this is good for you too