5 ms·
Why do new languages like Rust, Go look so funky? Can't they make a language that is familiar? i.e.: - type comes after variables - for list.each |dog| <-- wtf,
by Executor 14y ago
Why do new languages like Rust, Go look so funky? Can't they make a language that is familiar? i.e.:
- type comes after variables
- for list.each |dog| <-- wtf, weird syntax?