The Jane Language

Welcome to the Jane Language

Jane is a programming language aiming to bridge the gap between small utility scripts and complex real-world applications. It features a readable and expressive syntax inspired by languages including Swift and Haskell.

Check out what makes it special
hello.jn
file use Jane

fn -s Main(args: str[]) {
  Tty.WriteLn("Hello World!");
}

Learn the powerful John notation language used in Jane programming.

Learn more about John
IDA - Jane Language Mascot