# FAQ

## Why are you doing this?

> "There’s an intrinsic value in creating something for the sake of creating it." — Rodney Mullen

Well, I think Mr. Mullen already answer it, but if you want more context, I'm interested in how programming languages work and how they're implemented. [Bob Nystrom](https://github.com/munificent) got me started with his book [Crafting Interpreters](http://www.craftinginterpreters.com/). It's very accessible for begginners, gave it a try. Hope Lit's codebase can help you in your journey as well.

## Is Lit for real?

If "for real" means "the next hot language on Hacker News", production ready, with a lot of tools, support, etc: **definitely no**.

If "for real" means if I take this language serious and want keep it nice, clean, without bugs: **yep, it is**.

## Does Lit run in X platform?

> "It works on my machine" - Every developer ever

Currently Lit has one user (*me* o/), so it is tested only on my machine. I should work everywhere Crystal runs, so... most UNIX systems.

## How can I contribute?


---

# 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://matheusrich.gitbook.io/lit/faq.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.
