That is the problem that plagues Lisp and to a lesser degree other powerful languages, because you can develop things so quickly and express yourself easily, a lot of code is single use, throwaway code. No one bothers with developing a library, complete and properly documented, for something that only took you a couple of hours to write.
Thus everyone reinvents the wheel.