Cyrus
                                Cyrus: A high-performance, statically-typed, manually memory-managed, mid-level programming language. (heavily under development)
                            
                        How to download and setup Cyrus
Open terminal and run command
                                            git clone https://github.com/cyrus-lang/Cyrus.git
                                        
                                        git clone is used to create a copy or clone of Cyrus repositories.
                                        You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with Cyrus https://github.com/cyrus-lang/Cyrus/archive/master.zip
Or simply clone Cyrus with SSH
                                            [email protected]:cyrus-lang/Cyrus.git