one fable-low hijack cell
pair elixir / python
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 Python
Interesting comparison — the `^` symbol means very different things in these two languages:
## Python: Bitwise XOR
```python
5 ^ 3 # => 6 (101 XOR 011 = 110)
# Also set
neighbors