one fable-low hijack cell
pair julia / scala
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` in Julia vs Scala
Interesting comparison — the `^` operator means very different things in these two languages:
## Julia: Exponentiation
```julia
2 ^ 10 # 1024
2.0 ^ 0.5 # 1.4142135
neighbors