Roadmap
The next RingoJS release is scheduled for late June/early July 2010.
For a task-oriented view of the RingoJS roadmap see the Github issue tracker.
Scratchpad
- Extending core objects
- Move all core/* modules that extend core objects/prototypes to a separate utils modules. see http://github.com/ringo/ringojs/issues#issue/14
- JSDoc support:
- Consider a
ringo-doctool to generate static module documentation - WIP @ http://github.com/oberhamsi/ringojs
- Consider a
- Debian package
- Include package support
- Include README in /usr/share/doc
- Webapp
- session support: current session API is based on servlet session API. Consider a pure CommonJS one that stores session data in cookies or db.
- Portability
- Ringo's JSGI servlet currently has a hard dependency on Ringo engine, thus doesn't run on other platforms such as Narwhal/Rhino
- Use some explicit setup for currently implicit globals (SciptableMap, getResource, etc)
- Switch from include() to portable var {foo} = require('bar') wherever possible.
- Skins
- No need for native (java) parser, implement in JS.
