Hacker News new | ask | show | jobs
by igouy 1754 days ago
Many years ago — but from version-to-version too many of the Scala programs suffered bad bitrot, failed and were not updated.
1 comments

Scala code is backwards compatible, only the class files are not - so at most dependencies could have become stale. With a recompile, the programs should work just fine.
Requirements changed; and neither the original program contributors or anyone else on the scala mailing list wished to update the programs.

(The scala mailing list archive doesn't seem to go back that far.)