Welcome to ελλβ

ελλβ is a modern programming framework designed for simplicity, expressiveness, and performance. This documentation will guide you through the core concepts and advanced features.

Installation

npm install ελλβ
                    

Core Syntax

Basic Operations
Addition

result = Αθροισμα(3, 4.5)

Function Definition

Δηλώσεις Παράγωγα(x) => x^2

Pattern Matching
case γεγονος {
  case "κλειστό" => Ξεκλείδωσε()
  case φάκελος of Περιήγηση => 
    Εμφάνισε(περιεχόμενα)
  case _ => Μήνυμα("Unknown")}
                        

Type System

Basic Types

Next Steps