Lumi Language Guide Logo
latest

Installation and Usage

  • Quick Start - Hello World Example
  • Installing and Building Lumi
  • Using the lumi Command
  • Using Lumi Compiler Directly

Concepts

  • Lumi Language Goals and Features
  • Memory Management
  • Thread Safety
  • Integer Ranges and Overflow Prevention
  • Type System

Syntax

  • General Syntax Highlights
  • Basic Syntax
  • Built-in Types
  • Variables and Constants
  • Functions
  • User Defined Types
  • Control Flow
  • Testing
  • Interacting with Other Languages
  • Standard Library
  • Code Examples

Future

  • Serialization
  • Asynchronous IO
Lumi Language Guide
  • Docs »
  • Index
  • Edit on GitHub

Index

A | B | C | E | F | G | H | I | L | N | P | R | S | T | W

A

  • append() (String method)
  • Array (built-in class)

B

  • Bool (built-in class)
  • Buffer (built-in class)
  • built-in function
    • step()
    • sys.exit()
    • sys.getchar()
    • sys.getenv()
    • sys.getline()
    • sys.print()
    • sys.println()
    • sys.system()
  • Byte (built-in class)

C

  • Char (built-in class)
  • clear() (String method)
  • close() (File method)
  • concat() (String method)

E

  • equal() (String method)

F

  • File (built-in class)
  • FileReadBinary() (File method)
  • FileReadText() (File method)
  • FileReadWriteBinary() (File method)
  • FileReadWriteText() (File method)
  • FileWriteBinary() (File method)
  • FileWriteText() (File method)
  • find() (String method)
  • flush() (File method)
  • Func (built-in class)

G

  • get() (File method)
    • (String method)
  • getline() (File method)

H

  • has() (String method)

I

  • Int (built-in class)

L

  • length() (Array method)
    • (String method)
  • Long (built-in class)

N

  • new() (String method)

P

  • put() (File method)

R

  • read() (File method)
  • Real (built-in class)

S

  • set() (String method)
  • step()
    • built-in function
  • str() (Int method)
  • String (built-in class)
  • sys.exit()
    • built-in function
  • sys.getchar()
    • built-in function
  • sys.getenv()
    • built-in function
  • sys.getline()
    • built-in function
  • sys.print()
    • built-in function
  • sys.println()
    • built-in function
  • sys.system()
    • built-in function

T

  • tell() (File method)

W

  • write() (File method)

© Copyright 2019, Lumi language contributors Revision 44060615.

Built with Sphinx using a theme provided by Read the Docs.