in reply to Re: Why is it in some other popular languages fewer steps and potential issues when installing libraries no testing needed and no compilation of C/C++ code done
in thread Why are other popular languages very different from Perl when installing libraries, e.g. no testing needed and no compilation of C/C++ code done
Yes, but what cavac just said is entirely correct: Windows is a much smaller target to hit, in a way, than Linux and Unix ... which might be deployed on anything from IBM MVS/XA Z/OS to a smartphone. It’s also worth noting that a language compiler is usually not available by default on Windows boxes. The ActiveState Perl (vs. Strawberry) team takes a rather unique approach to their deployments, and of course it is a purposeful part of their chosen strategy that they have done so. (As Strawberry’s approach is an equally purposeful part of theirs.)
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why is it in some other popular languages fewer steps and potential issues when installing libraries no testing needed and no compilation of C/C++ code done
by ikegami (Patriarch) on Apr 06, 2011 at 18:56 UTC | |
|