Solar Documentation
Welcome to the official documentation of the Solar programming language. Here you can find info like the latest version, what functions are there etc. Latest version currently is: v1.0.4
Solar Packages are finally here!
How to install Solar?
You NEED Python 3.9+ installed.
After you installed that just run:
pip install solar-lang
to find out the commands, just type:
solar help
It’s that simple!
Solar 1.0.3 is so big of a jump, I had to add every feature in one .md file! Click here to check it out!
Rest of the features remain untouched:
How to make UI? Click here to find out.
How to make Variables? Click here to find out.
How to print? Click here to find out.
How to import packages from Python and use them? Click here to find out.
Solar even parses Pygame with it’s syntax! Click here to find out more!