|
|
|
|
|
by sjm
982 days ago
|
|
Sometimes I think we need more verbosity in programming languages. Imagine you're new to programming and come across this, - what the hell is fmt?
- what the hell is fn?
- int?
- n?
- printf? what is f?
- what is %d? I know this probably isn't the crowd for this, but if my non-programmer friends curious about learning to code saw this they'd run for the hills. Sure this isn't a "learn to code" language, but a little verbosity is IMO not a bad thing: it is more humanist and can be self-documenting. |
|
Typing and reading "printFormatted" everywhere is going to get old really fast.