Installation

Setup the Enhanced environment.

Requirements

  • 01. Python 3.10+
  • 02. LLVM/Clang Toolchain
  • 03. 512MB RAM

Setup

curl -sSL https://enhanced.dev/install | sh

Your First Program

Create and execute logic.

Create hello.en:

// hello.en
say "Hello, World"

the text name is input "What is your name? ".
say "Welcome to Enhanced, " and the name.

Run

en run hello.en

Variables

Declarative data definition.

Natural language declarations with strict static typing.

the number age is 25.
the text greeting is "Hello".
the truth is_valid is true.

set age to 26.

End of Core Docs

More sections coming in v1.2