
Qore is a modular, multi-threaded, SQL-integrated, weakly-typed scripting language with procedural and object-oriented features, powerful and easy-to-use data types, structures, and operators, and a clean and easy-to-learn/read syntax. Qore supports safe signal handling, exception handling and exception-safe programming, XML and JSON integration as well as TLS/SSL socket support, HTTP, XML-RPC, JSON-RPC communication, easy date arithmetic, strong encryption, and deadlock detection. It was designed for SMP scalability.
License: GNU Lesser General Public License (LGPL)
Changes:
This release is a major release, featuring a
stable and documented API with public C++ header
files as well as major performance and memory
usage improvements. The library may now be used
under either the LGPL or GPL. Support for run-time
closures was added, along with many new classes,
functions, methods, and some support for
quasi-functional programming (with the new map,
foldl, foldr, and select operators). Support for
bz2 compression and the SHA224, SHA256, SHA384,
and SHA512 digest methods was added. Many big
fixes were made; modules are now delivered
separately from the library.

