0
kicks
In .NET, open source does not beget open source
Ruby, Python, Perl, Node, and Clojure all have, to varying degrees, a unified story for defining a project, translating its source code into runnable code, running a test suite, building distributable packages, and resolving and installing a project or package’s dependencies. These stories just work across all supported platforms.
Setting up a cross-platform open source .NET project is non-trivial.
...