# \#philosophy

**URL:** https://discourse.julialang.org/tag/philosophy/241.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Precompile: Why?](https://discourse.julialang.org/t/precompile-why/78770)

<div class="topic-metadata">

**Author:** [@chelseas](https://discourse.julialang.org/u/chelseas)\
**Replies:** 30\
**Last updated:** [April 1, 2022, 5:50pm UTC](https://discourse.julialang.org/t/precompile-why/78770 "2022-04-01T17:50:57Z")

</div>

For compiled languages like C++, you generally use external libraries that you download in a format that is already compiled. Then you compile your own code when you want to run it. This takes time, but it’s just part of…
