Vermilion (alternative red word) is a programming language made in the top of Haskell.


Installing

Currently only supported on Windows, you can use the Inno Setup made installer for installing on Windows.


Overview


        fun main():
          name = "John"
          ? name == "John" : print("Hello {name}!")
        end
      

Features

Vermilion also have features, like any other programming language.

Lunch

Vermilion have a build tool and a package manager, named Lunch.

It's come with Vermilion instalation, without installing anything.


It's can be used like this:


        lunch :command: :option:
      

Lunch can be used for building projects, creating projects, and install packages.

Also, Lunch have the Lunchfile, for setuping projects and packages.