跳转至

Oraset Programming Language

What is Oraset?

Oraset is a simple, powerful, cross-platform programming language designed to provide an easy-to-learn and easy-to-use programming tool.

Key Features

  • Simple and intuitive syntax: Clear syntax design, easy to learn and use
  • Cross-platform support: Runs on multiple platforms including Windows and Linux
  • Rich library functions: Built-in libraries for math, string, array, and more
  • File packaging: Supports packaging code into encrypted .osp files
  • Network capabilities: Built-in HTTP request functionality for easy interaction with web services
  • Extensibility: Supports adding custom extensions through the includes directory

Quick Start

Installation

  1. Download the Oraset interpreter
  2. Extract it to any directory
  3. Add the Oraset directory to your system environment variables (optional)

Your First Program

Create a file named hello.oraset with the following content:

1
2
!! First Oraset program
show(`Hello, Oraset!`);

Run the program:

1
python oraset.py hello.oraset

Documentation Navigation

Community

License

Oraset uses the GNU General Public License v3.0.