Wishlist

From NEOSYS Dev Wiki
Revision as of 00:03, 11 May 2011 by Steve (talk | contribs) (→‎Development Tools)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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