# Julia

## Useful packages

* [Revise](https://github.com/timholy/Revise.jl) - Automatically update function definitions in a running Julia session
* [HTTP.jl](https://github.com/JuliaWeb/HTTP.jl) - HTTP for Julia which is equivalent to Python requests library.

## Links

* [Julia code snippets](https://github.com/mark-watson/julia_my_code_snippets)


---

# 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://wiki.dewaka.com/programming-languages/julia.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.
