Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For whom is this? Is this some kind of editor for low-code folks?


Node editors are also a good way to quickly compose fairly complex programs or modules even for experienced programmers. Working with them also forces you to design good interfaces for your code and eliminate tight coupling that often plagues many code bases. They do have downsides especially when using them to create complex workflows where they tend to evolve into ugly spaghetti monsters but you can prevent that by moving those workflows to code once you’ve settled on a design. This library seems like it would make that easy to do.


> Node editors are also a good way to quickly compose fairly complex programs or modules even for experienced programmers.

Experienced programmers use composition methods for their complex programs that are much more complex than connecting functions based on input and output. Well at least I hope they do.


Man, HN really is full of shitty redditors now. Enjoy your bucket.


If you understand unix pipes then node based programming can make sense, for example in the guise of node red.

Think of nodes representing computation and lines the flow of data between distinct computational units and you have unix pipelines. This is what node red does.

This editor is more complex since it’s connects output to individual inputs.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: