Csq

Csq is a high level programming language which is inspired by the speed of C++ and productivity of Python.
Get Started

About

Csq is a programming language created by Aniket Kumar in 2022 which provides:

  • Easy Syntax
  • Fast Speed
  • Dynamically Typed
  • Memory Safety

  • How it works?

    It's a language which is written in C & C++ and having the syntax very similar to Python. It uses a compiler which compiles the code into C++.

    Download for linux

    				
    				  $ git clone https://github.com/CsqLang/Csq4 
    				  $ cd Csq4/
    				  $ bash build.sh
    				
    			  
    Now you are good to go!!

    Community

    We are having a organization on github which holds the repo of Csq programming language and anyone could contribute since it's open source.

    For contributing visit: CsqLang Org