one fable-low hijack cell
pair go / julia
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked go (first-offered)
· classifierA
· tiernone
response (200 chars)
It looks like you're comparing the `^` operator in **Julia** vs **Go** — they mean very different things!
## Julia: `^` is exponentiation
```julia
2 ^ 10 # 1024
2.0 ^ 0.5 # 1.4142135623730
neighbors