CSQ is a language which is written in C/C++(Backend) and Python(Frontend) and having the syntax very similar to Python. It uses a compiler which compiles the code into C++ and then uses the C++ compiler to compile the code into a binary file.
git clone https://github.com/CsqLang/Csq.git
cd Csq
chmod +x build.sh
./build.sh
for uninstall
./build.sh uninstall