cppsp
cppsp --a scripting language base on c++
...Download the cppsp.exe or compiler the sourcecode by yourself.
Requirement:prepare your own c++ compiler and set it's folder to environment path.
Optional: put the folder path of exe to environment.
Use cmd or other console to compiler .cppsp file: cppsp(if not in environment path:.\cppsp.exe or c:...\cppsp.exe) script.cppsp.
Setting c++ include/lib folder by .ini file include.ini:C:...\include1,c:...\include2 lib.ini:C:...\lib1,c:...\lib2.
You can rename cppsp.exe(or cppsp) to any name you like to change compile command like:cppsp、abcdef....
...