one fable-low hijack cell
pair elixir / javascript
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked elixir (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` in Elixir vs JavaScript
The same symbol, totally different meanings:
## Elixir — Pin Operator
In Elixir, `^` is the **pin operator**, used in pattern matching to match against an existing var
neighbors