sejvlond / training

Qore programming language tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qore Tutorial

About Qore programming language

Qore is an open source weakly-typed programming language with optional strong typing and procedural and object-oriented features designed for anything from quick scripting to complex multithreaded, network-aware application development. Qore is also thread-safe, has garbage collector and its syntax is similar to those of C++ or Java but also finds inspiration in other languages.

About this tutorial

This tutorial does not aim to replace documentation or provide a full-fledged alternative to it. Instead it's supposed to serve as an introduction training to get up to speed with the Qore programming language quickly.

The official documentation is more detailed and can be found here: https://docs.qore.org/current/lang/html/index.html

Chapters

  1. Parse directives and comments
  2. Variables and data types
  3. Data structures
  4. Flow control
  5. Input/output
  6. Classes
  7. Modules
  8. Exceptions

[Next: Parse directives →](../01_parse_directives/)

About

Qore programming language tutorial


Languages

Language:q 100.0%