"which functionality/feature in scala only exists as a concession to the underlying platform and should be removed if targeting something else?" Code Answer

1

the anyval type branch could burn in eternal hell fire. arrays could be implemented in a sane way (okay, the ugliness is hidden pretty well now), same for reified types. the methods clone, hashcode and tostring could go into type classes where they belong. currying could be implemented without multiple arg lists. type inference and type level programming could be improved.

By Alex Vorobiev on October 5 2022

Answers related to “which functionality/feature in scala only exists as a concession to the underlying platform and should be removed if targeting something else?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.