TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Adopting Erlang: Hard things to get right (2019)

98 pointsby eproxusalmost 3 years ago

3 comments

joluxalmost 3 years ago
I think possibly the greatest advantage Elixir has is offering the power of the Erlang/OTP system without weird quirks like Erlang’s string handling. I never have to think about it in Elixir, binary UTF-8 strings are the default and there’s plenty of functions in the standard library for dealing with grapheme clusters and the like.
评论 #31794522 未加载
评论 #31793161 未加载
bstpierrealmost 3 years ago
It’s not surprising that Unicode in Erlang is hard to get right. It’s hard to get right in general. Every time I read something like this that goes deeply into Unicode I come away with some fun new test cases.
tiffanyhalmost 3 years ago
I wish someone like Mike Pall (LuaJIT), who made Lua insanely fast, would come along and make Erlang/OTP insanely fast too.
评论 #31795410 未加载
评论 #31794742 未加载