radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
21 stars 2 forks source link

Stdlib names normalization. #136

Closed Almas-Ali closed 1 month ago

Almas-Ali commented 1 month ago

Before this pull, we ware using stdlib with capital names (Ex. import Array, import String, etc.). But now you can access them with lower case name (Ex. import array, import string, etc.).

This will be more convenient for developers.