> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/programming-languages/julia.md).

# 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)
