Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.24 KB

File metadata and controls

45 lines (27 loc) · 1.24 KB

Sol ☀️

Alt text

Python Apache License 2.0 Sol

  • Embrace readability, ease of use, and featurefulness.

An interpreted programming language which combines features from many modern languages like Kotlin, Lua, Go and many more. It was designed to be as concise as Lua, but still providing lots of features like templates, interfaces, data classes etc.

Why use Sol?

Sol is quick to install and use, and provides lots of features, and a robust standard library! It mixes features from multiple programming languages I like, and sets them out in an easy-to-use way...

Installing Sol?

  • You can install Sol from PyPI:
pip install solpl
  • And to run a script:
solpl FILE.sol
  • To enter the REPL:
solpl

Syntax

See example for more details!

License

This project was licensed with the Apache License 2.0. See the LICENSE for more details...