(no title)
timroediger | 4 years ago
Some problems in no particular order: * The presentation logic and execution logic of nodes are mixed together in the same python class. * Information density. Nodes and strings just can't fit enough on the screen. * Independent editor which doesn't integrate with other code editing tools. All the niceties of an established text editor or IDE have to be given up. * In my opinion 'get var' and 'set var' leak too much of the text based code paradigm into the flow paradigm. * It only outputs python, which already has a low barrier to entry. Outputting C or Rust or LLVM IR would make the product much more interesting.
However, after all the criticism, keep going. There is a future hidden somewhere inside this type of coding, it just hasn't been discovered yet.
No comments yet.