Changes between Version 8 and Version 9 of ScriptableInterface
- Timestamp:
- Apr 29, 2013, 6:50:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScriptableInterface
v8 v9 5 5 * results are always returned via the function return value. \\ 6 6 * no mandatory standard output. \\ 7 * arguments very regular - semantic queries for almost everything. \\8 * you can also input a semantic query via atoms instead of strings to ease escaping. \\7 * function arguments are as general as possible and may contain semantic queries (which are evaluated first). \\ 8 * you can also input a semantic query via atoms instead of strings to ease escaping. \\ 9 9 * operations are composable (i.e., continue one where another has left off) - queries and refactorings can go back and forth. \\ 10 10 * you can perform a series of batch refactorings in a single step by selecting multiple entities at once. \\