|
|
|
|
|
by gjulianm
1772 days ago
|
|
It's not only slower to read but requires much more context to understand. Take a look at the Rosetta code page for Fibonacci [1]. For most languages you'll be able to mostly identify what each part is doing. They rely on concepts that most programmers consider intuitive. K relies on a completely different set of knowledge that you need to have to even start to grasp what the code is doing. 1: https://rosettacode.org/wiki/Fibonacci_sequence |
|