Wishes For The Future
This page is intended to list ideas for the future that are too strange, too funny, too hard to implement or too far in the future in order to be a regular ticket.
- Spellchecker for comments and code ... as some kind of script for:
make spellcheck
- OpenWalnut on mobile devices
- Python interface and interactive console: http://www.swig.org and http://www.boost.org/doc/libs/1\_47\_0/libs/python/doc/ may be candidates here. But Swig enables only one way: from C++ to Python wrappers, it does not enable C++ code to use OW-Python snippets (e.g. Pythonized config files). Swig also supports other scripting languages without big effort (at least they say so).