Readable and concise concatenative programming
Learn Cognate
A brief introduction to the language
Install
First install CognaC the Cognate Compiler from here using the provided instructions. Currently CognaC will run on recent Linux or Mac systems. Windows users can install it onto the Windows Subsystem for Linux - native Windows support is planned.Invoking CognaC is simple. If you have a file named foo.cog containing a Cognate program, it can be compiled into an executable named foo with the following command.
To compile into an optimized e...
Read more at cognate-lang.github.io