To an extent, syntax is a superficial concern: for the most part, programmers can handle any syntaxes thrown at them even if there are certain ones that feel more natural to them. It isn't entirely superficial, though. A fidgety syntax is a distraction even for the experienced developer.
Regexps and a solid String implementation are just fundamental to general-purpose programming nowadays – for a good reason. Though pattern matching is nice too…
Regexps and a solid String implementation are just fundamental to general-purpose programming nowadays – for a good reason. Though pattern matching is nice too…