Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 487 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 487 Bytes

CSQ

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.

Installation

git clone https://github.com/CsqLang/Csq.git
cd Csq
chmod +x build.sh
./build.sh

for uninstall

./build.sh uninstall

Features

  • Easy to learn syntax
  • Fast speed
  • Dynamic typing
  • Memory safety