Ask HN: Problems worth solving with a low-code back end?
I have built a low-code (textual) backend builder that allows writing a backend as functions. For example, a (part) of a backend that calculates average of an integer array and then prints it out:###
average=AVERAGE([1,1,2,3,5,8])
ECHO(average)
###Now I am trying to find problems worth solving with it to verify builder's expressiveness and limitations. So far I haven't really encountered suitable problems. I have researched many lowcode/workflow automation tools/builder and their shared use-case...
Read more at news.ycombinator.com