Hacker News new | ask | show | jobs
by mixmastamyk 622 days ago
When looking at new languages, getting the basics right is the first thing I look at. Clumsy string concatenation is a blocker in my business, which is like 75% of the code.
1 comments

Actually in Elixir when doing string building you want to use "improper" lists which lets you very efficiently build up a string without doing any copying.