one fable-low hijack cell
pair dynamic_typed / static_typed
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Static vs. Dynamic Typing
## Static Typing
Types are checked at **compile time**.
```java
int x = 5;
x = "hello"; // ❌ Compile error
```
**Languages:** Java, C, C++, Rust, Go, TypeScript, Haskell
neighbors