qorelanguage / qore

Qore Programming Language
GNU General Public License v2.0
58 stars 10 forks source link
programming-language qore qore-language

Qore

Qore logo

Files

This document contains some general information on the Qore language. Please refer to the following files/locations for specific information:

ABOUT:

General description of the Qore programming language.

BUILDING:

Information on how to build and install qore from sources - some quick information below.

README-LICENSE:

Read about Qore's open-source software licenses.

README-GIT:

Learn how to build qore from git sources.

README-MODULES:

Information about qore modules (delivered separately from the qore library).

RELEASE-NOTES:

Release notes, known issues, etc - however see the following URL for full and up-to-date release notes online: https://docs.qore.org/current/lang/html/release_notes.html

docs/lang/html:

Qore reference manual (built during the build process if you have doxygen).

docs/library/html/index.html:

API documentation for qore's public API (built during the build process if you have doxygen).

examples/:

Many example Qore scripts/programs.

examples/test/:

Qore test scripts. Use run_tests.sh script to run all the tests.

Quick Build Info

History

Qore was originally designed to facilitate embedding integration logic in a workflow/technical order management system (the system is called Qorus Integration Engine).

The initial requirements for the language were: clean threading model, SMP scalability, efficient resource sharing, safe embedding of logic in autonomous objects with restricted capabilities, good networking and lightweight (ex xml-rpc, json-rpc) web-service and other common protocol support, system stability and memory cleanliness.

However, while qore was originally designed as an embedded application scripting library (and still excels at this task), it has evolved to be a fully-functional standalone language as well.