> For the complete documentation index, see [llms.txt](https://no.nomi.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://no.nomi.dev/master.md).

# Overview

Hi, this is an official docs for the **No programming language**.

> "No"  is a name, not an abstract word or a English word, pronounces: /nō/

**No** is dynamic typed language, supports functional and object-oriented programming. Inspired by **C**, **JavaScript**, **Lua** and **Go**. A little bit of each, but that is not really a copy 😅.

Our goal when creating it was

* [x] The perfect language
* [x] Lightweight
* [x] Easy to learn
* [x] Code faster
* [x] Short but complete

The "main inplementation" of the language is **No**, written in C++. It is a lightweight compiler and interpreter, help the language can be embeded into any C++ project.

// todo
