Hacker News new | ask | show | jobs
by needusername 4053 days ago
Not using String, eg. using CharBuffer (and #slice) or building your own. It's annoying and not always an option.
1 comments

Yep, as you said, not always an option. No way to pass them to external things expecting strings, for one. Wouldn't be an issue, except that you can't extend strings.