Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ghayes
on Sept 7, 2017
|
parent
|
context
|
favorite
| on:
How Python does Unicode
If you look over Elixir's doc [0] on binary strings, they take the best of both worlds. The APIs are specifically crafted for least surprise, e.g. with `String.length()`, `byte_size`, `Strings.graphemes()` and `String.codepoints()` functions.
[0]
https://hexdocs.pm/elixir/String.html
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] https://hexdocs.pm/elixir/String.html