Elixir
- Some Language Relationships Just Don't Work Out
Jul 30, 2023
-
1 min read
Bloody hell. I thought I’d learn me some Elixir this weekend. The second example you type in from their “Getting Started” page is this:
iex> "hello" <> " world" "hello world"
Read Moreā¦<>
is the string concatenation operator? Wtf? That’s the inequality operator in at least 4 languages including SQL.