Frequently Asked Questions
Is SRON platform independent? Currently, SRON is only available for Windows(x64) but it is currently under development for Linux and Mac Systems. After that, we can call SRON a platform-independent language.
Is SRON faster than python? Yes, SRON is way more faster than Python, PHP, Java and JavaScript because these languages make lot of Heap memory allocations, but SRON reduces it by saving most of the data in static memory which makes data accessing faster and efficient.
In which language SRON is implemented? SRON is implemented using C++ 17 using GCC compiler. Read the documentation to know more.
Who developed SRON? SRON is developed by Saksham Joshi as his bachelor's final year project.
Is SRON open sourced? You can view SRON's source code from here.
How to download SRON? You can download SRON from here.
Is SRON object-oriented? No, SRON is not object-oriented.
Does SRON has a Garbage Collector? Yes, SRON has a highly optimized garbage collector which manages memory without affecting the execution speed of the code. The garbage collector is implemented in a stack-based architecture.
Last updated