Saksham Rapid
{Object Notation}



A Simple and Fast Programming Language.

Simple, easy and

expressive syntax

{
     name: Main
     println("HelloWorld!")
}

Build with SRON v2.2

Start with installation and a HelloWorld!

sron_flow_diagram

The compiler converts source code into SRON's bytecode, which is then saved to a ".srb" file. Subsequently, the SRON interpreter executes the bytecode file efficiently, offering high speed, reduced memory usage, and lower power consumption.

01.

Requirements

Just a normal 64-bit windows computer.

02.

Compatibility

Currently available for Windows only. Under development for Linux and Mac.

03.

Learning Curve

Because of simple syntax and well written documentations, learning SRON is as easy as drinking water.

FAQs!

Definitely, SRON surpasses Python in terms of speed in several cases.

SRON is very simple and easy to understand. So, you don't need video tutorials to learn. Just read the official documentations carefully from https://sron.gitbook.io/docs .

The design and implementation of SRON is made with the purpose of platform independency. Till Version 2.2, SRON is only available for Windows but soon it will be released for multiple OS platforms.

The Latest version of SRON is version 2.2 which provides insane features like garbage collector, runtime variable management, hashed binary bytecode, static + dynamic typing, for-each loop, return value optimization etc.

SRON is developed by Saksham Joshi as his bachelor's final year project.

Till SRON Version 2.2, SRON doesn't support classes. It is a functional programming language.