[–] jeduan 8mo ago ↗ But why [–] [deleted] 8mo ago ↗ (comment deleted) [–] [deleted] 8mo ago ↗ (comment deleted) [–] viraptor 8mo ago ↗ Description: "Create your own low-code platform!"
[–] halflife 8mo ago ↗ Creating a custom DSL for the transition action is really bad IMO.It is very opaque, and error prone. It would be better to use lambdas, and if you want serialization, maybe a builder
[–] aziis98 8mo ago ↗ It's not clear to me what problem this is trying to solveEdit: Ok so this is just a dag cell evaluator on top of jsonata [1] (that looks like to be a small data processing language to evaluate expressions)[1]: https://github.com/jsonata-js/jsonata
[–] tranquillanate 8mo ago ↗ You may want to package this a bit better. I didn't quite understand what problem this is solving.
10 comments
[ 3.1 ms ] story [ 31.3 ms ] threadIt is very opaque, and error prone. It would be better to use lambdas, and if you want serialization, maybe a builder
Edit: Ok so this is just a dag cell evaluator on top of jsonata [1] (that looks like to be a small data processing language to evaluate expressions)
[1]: https://github.com/jsonata-js/jsonata