one fable-low hijack cell
pair go / scala
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked go (first-offered)
· classifierA
· tiernone
response (200 chars)
# Scala vs Go — Quick Comparison
## Scala
**Paradigm:** Hybrid functional + object-oriented, runs on the JVM
```scala
// Concise, expressive, functional style
val doubled = List(1, 2, 3).map(_ * 2)
neighbors