Hacker News new | ask | show | jobs
by brianwawok 3296 days ago
For what it is worth string to iterable char bugs happen to me plenty in scala. Hard problem to fix. Array of strings or string of chars?
1 comments

I don't think it is that hard. Simply stop making strings implicitly iterable and make chars a different type.