mShell 3.04 Released
Version 3.04 of mShell has been released and can be downloaded here.
The new features are:
- A debug module providing runtime debugging facilities.
- A programming tools manual describing the debugging facilities, a documentation generator with source scanner module.
- m add-ons: pure m modules for UIs, HTTP clients and other functions.
- A new documentation format mdoc, describing the m add-ons.
The m add-ons come as .zip files which can be installed with the inbox2m script. They install into the ablib folder by default (make it part of your libpath).
The add-ons currently include:
- mDocumenter: the mdoc documentation generator.
- abgui (with abbasegui, abdialog, abfilegui): a user interface and application framework. We have successfully developed several commercial applications based on this framework. The mDocumenter documentation generation tool also uses it.
- abhttp: a HTTP client with connection caching.
- abutils: general utilities and generic properties (required by other add-ons).
- msource: a generic m source scanner.
Thursday, July 09, 2009, Lukas Knecht