You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EL is a Java standard for expressions. We already use EL to evaluate conditions within the SCXML Engine. Can we expand this support so that some of these features are enabled via EL instead of custom syntax?
Variable values (can variable values be assigned via expressions?)
Macros (can macros become functions which the user can call in an expression?)
Complex data types
EL would come with its own parsing and syntax as well.
The text was updated successfully, but these errors were encountered:
https://docs.oracle.com/javaee/7/api/javax/el/package-summary.html
EL is a Java standard for expressions. We already use EL to evaluate conditions within the SCXML Engine. Can we expand this support so that some of these features are enabled via EL instead of custom syntax?
EL would come with its own parsing and syntax as well.
The text was updated successfully, but these errors were encountered: