-
Notifications
You must be signed in to change notification settings - Fork 3
Roadmap
bemson edited this page Mar 29, 2011
·
4 revisions
One could shoot for the moon, but to keep GSet minimally useful and exciting, here are some planned additions:
-
Accept multiple values in GVS functions.- This has been achieved with the introduction of second-class arguments (accessed via the GSet.getContext() method) in GSet version 1.0.0 and Proxy version 2.2.4
- Learn about second-class arguments.
- Provide a base object to append scoped-functions, instead of using the sanitized object returned by GSet().
- Provide a callback mechanism in schemes. This may be needed/useful in GSet's which share a scheme (via cloning).
- The gate parameter was added (in Proxy 2.2.4), to provide pre-execution monitoring of all methods. This is not the same as a callback post method invocation, but is relevant news.
Suggest additional functionality via the Issues tab!