Y
Hacker News
new
|
ask
|
show
|
jobs
by
popotamonga
1754 days ago
Is there one similar for c# vs scala?
1 comments
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.
link
kaba0
1754 days ago
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.
link
igouy
1753 days ago
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.)
link