Skip to content

Qore 0.9

Choose a tag to compare

@davidnich davidnich released this 01 Feb 23:16
· 4130 commits to develop since this release
630059d

This is a major new release of Qore with many new features and bug fixes; issues addressed

Summary of changes:

  • up to 70% reduction of memory usage for Qore programs
  • faster runtime execution through the elimination of atomic-reference-counted and heap-allocated basic types (simple data is stored on the stack or in machine registers instead)
  • Reflection API
  • data and object serialization support
  • improved debugging support
  • improved support for interfacing with other languages such as Java including seamless stack trace and exception support for other supported language platforms such as Java
  • many new classes, modules, and other new capabilities in the language platform
  • many bug fixes

See the release notes for more info.