The notion that this is for non-technical people is... wild. Curious to know who they've spoken to?!
Peppol interconnecting No Code tools like Make and others
21–30 of 36 posts
The notion that this is for non-technical people is... wild. Curious to know who they've spoken to?!
Peppol interconnecting No Code tools like Make and others
The compilation example contains an error. You should ask Claude what it is, because clearly you didn't find it yourself.
Why would I teach this to someone instead of plain SQL?
I'm not sure we should continue to stack supposedly simple languages one on top of the other for ever. Why not learn SQL instead?
I more or less adopted the syntax from dumbql (https://github.com/tomakado/dumbql) and started off with a peg parser using ohm.js. As I started benchmarking I realized how slow it was and started looking for "fast paths" using regex. I ultimately resorted to a recursive descent parser similar to Elo. At that stage I already had a lot of tests and api in place, so I was able to get a lot of help from Claude.
Website here: https://filtron.dev
SQL was also initially built for end users and not considered "code". I'm not sure we should continue to stack supposedly simple languages one on top of the other for ever. Why not learn SQL instead?
The base premise is the same: SQL is not a proper programming language and everyone knows it only because they have to. And I feel like everyone who knows SQL enough admits that, but still none of the 20+ attempts of a better language stuck on.
As someone would say: sad.