/Light-Script

The light script language is a programmation language used in site making

Primary LanguagePython

Light-Script

The light script language is a programmation language used in site making.

No need to get LSpy.py when you have LSide.py.

To run your .ls code, use

python LSpy.py [file] # for windows
python3 LSpy.py [file] # fro linux

To access the project wiki

LS IDE.pyw

The language is included in the package.

image

###### Native ######
[Y/N] ...args
[N] preprocessor PPROC("truc", %truc%) # will replace all truc by %truc% in the program
[N] default argument def reax(%value% = 0)
[N] list managment [:1] [1:] [$]
[N] condition defining default execution @execution truc()
[N] function as variable lambda
[N] dict

###### Stdlib ######
[Stdsync] threads
[Stdsync] sync / async
[Stdsync] parallel lines parallel(2, 3) # will skip lines 2 and 3 and execute them in same time
[Stdgui] windows