▲ | noelwelsh 3 days ago | |||||||
Implementing a programming language is very easy when you have pattern matching and algebraic data types (which implies types). Python, JS, and C lack some or all of these. Scala is not special in this regard, though. Any modern language with FP ancestry will have these features. | ||||||||
▲ | koolala 3 days ago | parent [-] | |||||||
So its good because of Scala's ability to implement a programming language and not Scala's language itself being good on its own for general abstract sudo like code. Or does Scala write cleanly (like people say Python does) and is also elegantly able to expands it's own simple syntax? It bugs me how languages like JS are clean but any custom domain-specific language made in them is ugly. | ||||||||
|