|
|
|
|
|
by fennecfoxy
37 days ago
|
|
I think that pseudocode aspect is what makes it hard/frustrating to read for me. I'm more of a c++/TS/etc user, so I miss braces a lot. I think a basic Python script sure it's easy to read through, but a large project starts to get quite ugh. I am very jealous of Python's numerous built-ins though. I was looking for a JS sum function the other day and was surprised to see node.js still doesn't have a built in + you still cannot reference operator functions. |
|