1 Forks
14 Stars
14 Watchers

Squanchy-PL

Squanchy is a brand new, easy to learn, general purpose, multi-paradigm, compiled programming language. The language is written from scratch (it includes an integrated lexer, parser, code generator etc). I tried to put together Python and Haskell (or at least the main features from both) in Squanchy. In other words you can use it as a scripting language, can do maths (calculus, matrix ...) due to its functional side, work with data ...

How to download and setup Squanchy-PL

Open terminal and run command
git clone https://github.com/mv-lab/Squanchy-PL.git
git clone is used to create a copy or clone of Squanchy-PL 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 Squanchy-PL https://github.com/mv-lab/Squanchy-PL/archive/master.zip

Or simply clone Squanchy-PL with SSH
[email protected]:mv-lab/Squanchy-PL.git

If you have some problems with Squanchy-PL

You may open issue on Squanchy-PL support forum (system) here: https://github.com/mv-lab/Squanchy-PL/issues