# Syntax Basics

**SonarLang** is an interpreted, functional programming language that was created out of a recognition of the need for a programming language that:

* Is simple enough to be used as an introduction to programming for kids, teens and non tech-savvy adults
* Is robust enough to actually be used in real-life projects, solving real-life problems
* Is similar enough to several modern, dynamically-typed programming languages (like JavaScript, Python and Go) that learning **Sonar** flattens the learning curve for these languages

Essentially, **SonarLang** was designed to bridge the chasm between experienced programmers with a decade or more of professional experience, and neophytes who want to learn the most in-demand skill of the 21st century.


---

# 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://icheka-ozuru.gitbook.io/sonarlang/syntax-basics.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.
