halflife 2 days 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 2 days 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 beaker52 2 days ago It appears to by cyclic.
tranquillanate 2 days ago You may want to package this a bit better. I didn't quite understand what problem this is solving.
jeduan 5 days ago But why viraptor 2 days ago Description: "Create your own low-code platform!" matthoiland 5 days ago Your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should.
matthoiland 5 days ago Your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should.
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
It's not clear to me what problem this is trying to solve
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
It appears to by cyclic.
You may want to package this a bit better. I didn't quite understand what problem this is solving.
Some kind of a state machine.?
But why
Description: "Create your own low-code platform!"
Your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should.