Hacker News new | ask | show | jobs
by Manishearth 3397 days ago
Swift is especially good at this because almost all string ops are high level. Splitting is on EGCs (inherited from objc no doubt), and equality is normalized equality. You need to explicitly ask for other operations.