Skip to content
jndean edited this page Dec 22, 2019 · 2 revisions

Documentation is a pretty strong word for what's written in the following pages, but it does go into detail about most of the components of Railway the language, how they are generally composed into Railway programs, and a little bit of design narrative. They were written in a specific order, so unfortunately to make complete sense of the more interesting later topics you might need to read the basic ones. The order is

  1. Variables, Data and Scope
  2. Control Structure
  3. Functions
  4. Mono Variables
  5. Parallelism

Beyond that, there is a directory of example Railway programs in the repository.

Clone this wiki locally