Ask HN: What are your thoughts on no-code tools like Microsoft's Power Automate?
I am consistently frustrated with how limited these visual programming languages are. They are 100% ok, until your problem gets a tiny bit complicated. Then all hell breaks loose. You frequently have to resort to dirty/messy hacks, which ultimately makes maintainability a nightmare...
I have seen very few that have done it right... I think the team behind `enso.org` is the only ones I've seen which actually appear to have done well. Any others? What are your thoughts on these generally?
3 comments
[ 4.9 ms ] story [ 22.1 ms ] threadOtherwise yeah, usually they are very limited toy languages, making even the simplest tasks painful also. At least I have yet to see one that is actually useful in the sense of a generic (or even a single-purpose-built) language.
Yeah as said, https://github.com/enso-org/enso seems to be a general purpose functional programming language with visual editor, but otherwise I haven't really seen any no-code solutions worth their salt. I'm not particularly a fan of enso either, but it's the best I've seen.