# Omissions

Budgie intentionally targets a "lowest common denominator" of features for common OOP languages.

## Intentionally Missing Features

If any target language doesn't reasonably support a feature, Budgie cannot support that feature.

| Feature                                | C#        | Java       | JavaScript | Python    | Ruby      | TypeScript |
| -------------------------------------- | --------- | ---------- | ---------- | --------- | --------- | ---------- |
| async/await                            |           | *Missing*  |            |           | *Missing* |            |
| Default Member Variable Values         |           |            |            |           | *Missing* |            |
| Do/While Loops                         |           |            |            | *Missing* |           |            |
| Enum Values as Numbers                 |           | *Abnormal* |            |           |           |            |
| Enum Values as Strings                 | *Missing* |            |            |           |           |            |
| Enums Without Values                   |           |            |            | *Missing* |           |            |
| Inline Lambda Types with >2 Parameters |           | *Missing*  |            |           |           |            |
| Multiline Lambdas                      |           |            |            | *Missing* |           |            |
| Optional Parameters                    |           | *Missing*  |            |           |           |            |
| Sort Comparators                       |           |            |            | *Missing* |           |            |
| Switch Statements                      |           |            |            | *Missing* |           |            |


---

# 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://docs.budgielang.org/omissions.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.
