Ask HN: Why Ruby not preinstalled in GNU/Linux distribution?

1 points by merbot ↗ HN
I was learning ruby recently. When installing ruby via its version manager, I realized that Python or Perl usually preinstalled in GNU/Linux distribution. Why ruby not preinstalled in GNU/Linux distribution?

1 comment

[ 3.0 ms ] story [ 14.1 ms ] thread
Because many of the default CLI and GUI tools in Gnu/Linux are written in Python. So including Python interpreter is necessary.