rail-lang 0.3.0

WIP concatenative language
Documentation

Rail

A very experimental concatenative programming language.

$ rail
rail 0.3.0
> 1 1 + .s
2
> [ 1 + ] "inc" def
> 1 .s inc .s inc .s inc .s
1
2
3
4

Installation

$ cargo install rail-lang

Credits

Available under GPL v2.

A side quest of J.R. Hill | https://so.dang.cool | https://github.com/hiljusti