<span>On Sun, Dec 17, 2017 at 6:17 AM, Alexandre Rademaker <</span><a href="mailto:arademaker@gmail.com" target="_blank">arademaker@gmail.com</a><span>> wrote:</span><br><span>
> It would be interesting to see a serious study about how such coordination</span><br><span>
> happens in other ecosystems.</span><br><span>
></span><br><span>
I just saw a tweet by someone thanking the PHP community for how it welcome him to programming, etc., promptly followed by many metoo's. PHP the language may suck, badly, but apparently, the community has something to teach us.</span><br><span>
</span><br><span>
I believe an important feature for a language is low overhead to starting to program. Between files, packages, modules and systems, classes and structures, portability issues, etc., CL requires a lot of overhead just to get into it. This creates a barrier to entry. Attempts to simplify like quick-build or asdf-inferred-system only help so much when a lot of complexity is inherent to the copious standard or lack thereof (depending on the topic). Quicklisp tremendously lowered the barrier to reusing other people's code, but didn't by itself change the culture, document the code, or consolidate divergent efforts. Lispers remain by and large individualists who don't program in large herds and don't know how to.</span><br><span>
</span><br><span>
> In some cases, it looks like the environment</span><br><span>
> impose the coordination somehow (ex: R). In cases like Python, despite the</span><br><span>
> messy proliferation of libraries with redundant functionalities, people seen</span><br><span>
> to be happy (or ignorant about the problems). Haskell is trying to address</span><br><span>
> version dependencies, but it looks still complicated to understand the</span><br><span>
> options available. Anyway, for me, it is a social issue more than a</span><br><span>
> technical one.</span><br><span>
></span><br><span>
Social and technical are very much linked. See for instance the essay that got me started with ASDF: </span><a href="https://fare.livejournal.com/149264.html" rel="noreferrer" target="_blank">https://fare.livejournal.com/149264.html</a><span> — by implementing the technical feature that ASDF could upgrade itself, the social incentives switched for all players from "upgrading ASDF is socially toxic" to "not upgrading ASDF is socially slightly detrimental".</span><div><br></div><div>Some of the overhead of CL is builtin the language and its ecosystem and too costly to remove (see above). Some of the barriers to entry can be adressed: writing tutorials, curating and documenting libraries, providing easily documented and easily found solutions to common problems, and cheaper bridges to other ecosystems, etc.</div><div><br></div><div>It's a lot of work, but it's also about having a technical kernel suitable to foster cooperation.</div><div><span>
</span><br><span>
> But from time to time we see a significant transformation, I believe we all</span><br><span>
> agree about the huge impact of Quicklisp!</span><br><span>
></span></div><div>Yes, Xach single-handedly solved a great number of problems for all CL hackers, where many others tried and failed after burning out. He deserves a lot of praises.</div><div><br></div><div>-#f</div><div><br></div><div><br></div><div><span>
</span></div>