|
|
|
|
|
by RNCTX
2209 days ago
|
|
I think their biggest oversight was not having all of the core programming functions that we take for granted (loops in particular). They have core nodes for if/else and breaks, but you have to go find a third party implementation for while/for loops. There's a third party set of nodes called "action flows" that does a pretty good job of implementing for/while loops, but it's not trivial to just install and use, you have to learn its conventions to use it properly. I gotta think most developers would install it, poke around for awhile, see that there's no obvious way to implement a loop, and throw it away when they don't find one. |
|