Hacker News new | ask | show | jobs
by verdverm 2183 days ago
Not all low code platforms use interpretation or dynamic code creation. I work on one which is language agnostic / polyglot (see other comment here) and have seen more examples from other devs / competitor demos. You can think of this probably more like code gen for stubs, but one place to write in Cue and multiple tech / language outputs (for our Hof tool).

You are right about the complexity hiding and difficulty therein. It's part of the reason ours is open source.