huginn - programming language with no quirks, so simple every child can master it.

git clone https://codestation.org/repo/huginn.git
git clone https://github.com/AmokHuginnsson/huginn.git
git clone https://bitbucket.org/huginn/huginn.git
Huginn programming language can be installed from sources or from prebuild binary packages.
To use prebuild binary packages follow instructions on using CodeStation.org package repositories.
Installing Huginn on any Debian/Ubuntu derivative:
apt-get update apt-get install huginn
Installing Huginn on any RedHat derivative:
yum update yum install huginn
Installing Huginn on Fedora:
dnf update dnf install huginn
Installing Huginn on FreeBSD:
pkg update pkg install huginn
To install Huginn from sources, first download yaal sources and follow build instructions that can be found in doc/INSTALL file located in yaal project source files. Next download Huginn runner sources and follow build instructions that can be found in doc/README file located in huginn project source files.