|
From: Rem C. <rem...@uc...> - 2011-07-05 09:23:17
|
Hi all,
Following up on the recent introduction of "active" actions (i.e.
actions that can modify the bindings of the associated plan stack), I am
going to suggest two changes / improvements:
1) the execute(...) method calls the active action execute method with
an empty variable list and binding set (this means that, potentially -
and only if coded correctly - an active action can be
used as a "normal" action).
2) which syntax do you think is better:
activate(.println("rem"), [?x])) <--- current
[?x] = .println("rem") <--- alternative
Rem
|