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¶
- Download the Oraset interpreter
- Extract it to any directory
- 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 | |
Run the program:
1 | |
Documentation Navigation¶
- Getting Started - Learn Oraset's basic syntax and usage
- Syntax Reference - Detailed syntax rules
- Library Reference - Usage of built-in libraries
- Advanced Features - Advanced features and best practices
- About - Project introduction and contribution guidelines
Community¶
- GitHub Repository - Source code and contributions
- Forum - Discussion and help
- Issue Tracker - Report issues
License¶
Oraset uses the GNU General Public License v3.0.