Code Monkey home page Code Monkey logo

qore's Introduction

Qore

Build Status

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

  • only UNIX-like platforms are currently supported (although Windows binaries can be built with mxe, and theoretically qore could be built directly on a Windows host)
  • requires POSIX threading support
  • requires at least flex 2.5.31 (older distributions have flex 2.5.4, flex 2.5.37 recommended) in order to compile the multithreaded parser; you can get this version at: http://sourceforge.net/projects/flex
  • requires pcre headers and libraries for perl5-compatible regex support; POSIX regex support is no longer used
  • requires openssl headers and libraries
  • requires zlib & bzlib headers and libraries
  • requires mpfr (and gmp) for the arbitrary-precision numeric support
  • optionally support for XML, Oracle, MySQL, PostgreSQL, Sybase, MS SQL Server, SSH2 and more can be built (see README-MODULES for details)
  • XML support has been removed as of Qore 0.8.1+; use the "xml" module instead

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 automomous 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.

qore's People

Contributors

davidnich avatar tethal avatar gamato avatar pavelkveton avatar pvanek avatar tmandys avatar niclasr avatar martin-zemek avatar alachata-qore avatar geckon avatar raincz avatar rklx avatar temnoregg avatar kberov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.