Wishlist: Difference between revisions
From NEOSYS Dev Wiki
Jump to navigationJump to search
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
==Basic Pick== | ==Basic Pick== | ||
*Sort/Select to work on multivalues | *Sort/Select to work on multivalues | ||
==Development Tools== | ==Development Tools== | ||
* | |||
*Dynamic loading/unloading of subroutines | *Implementation of "labelled commons" | ||
*Labelled common concept to be reimagined as OO classes so you can pass around objects with properties and methods. | |||
Done: | |||
*DONE! Exodus's "edit" and "compile" commands to automatically generate and use .h files so that pick's external subroutines are simulated with minimal technical knowledge. #include in this case will be like the equivalent "using xyz" in other languages eg automatically include a tree of headers. | |||
*DONE! Dynamic loading/unloading of subroutines |
Latest revision as of 00:03, 11 May 2011
Basic Pick
- Sort/Select to work on multivalues
Development Tools
- Implementation of "labelled commons"
- Labelled common concept to be reimagined as OO classes so you can pass around objects with properties and methods.
Done:
- DONE! Exodus's "edit" and "compile" commands to automatically generate and use .h files so that pick's external subroutines are simulated with minimal technical knowledge. #include in this case will be like the equivalent "using xyz" in other languages eg automatically include a tree of headers.
- DONE! Dynamic loading/unloading of subroutines