# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://no.nomi.dev/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
