Qpre 0.8.5 Released
- Details
- Written by David Nichols
- Parent Category: News
- Last Updated: 22 January 2013
- Created: 02 September 2012
Qore 0.8.5 has recently been released bringing major new features to Qore as well as some important bug fixes.
Some of the highlights of this release are:
- abstract methods allowing implementation-independent interfaces to be defined
- iterator classes with iterator support built in to the functional/list operators (map, select, foldl, foldr, etc)
- universal references; lvalue references can now be used without restrictions everywhere in Qore
- new user modules:
- new pseudo-methods, new functions and methods, and other changes; see the new online release notes (part of the online HTML documentation) here: http://qore.org/manual/current/lang/html/release_notes.html
For details, see:
- release notes (link to the online HTML release notes integrated in the documentation)
- download links
- documentation
Qore 0.8.4 Released
- Details
- Written by David Nichols
- Parent Category: News
- Last Updated: 22 January 2013
- Created: 28 May 2012
Qore 0.8.4 has recently been released after more than 6 months of intensive effort bringing major new features to Qore as well as some important bug fixes.
Some of the highlights of this release are:
- the ability to develop and use user modules (ie modules written in Qore); 4 user modules are now shipped with Qore:
- pseudo-methods - so each type now has a "pseudo-class" whose methods can be run on any value of that type (ex: "this is a string".size())
- rewritten more logical and comprehensive namespace handling
- much improved documentation, generated directly from the Qore C++ source code
- many new functions, methods, enhancements, etc
- see the complete release notes for detailed information
For details, see: