Skip to content
Discussion options

You must be logged in to vote
  • It has another execution model. You can find a very simplified version of this model here. This very simplified model does not contain the following items (Note that this model does not need a "task" concept).
  • It uses multi-values (see explanation). Thanks to that, the par instruction is associative. For example, par(2, par(3,4)) is the same as par(par(2,3), 4).
  • Variables and events are fused. So, you can just wait for a variable (in fact, a change of the variable) just as for an event.
  • It's intended to include a lot of JavaScript code (in fact, all that is static treatment or pure function should be included, in a program, as JavaScript snippets). So, FuncSug does not need to be perfect…

Replies: 1 comment

Comment options

cl4cnam
Apr 15, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by cl4cnam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant