By default, Julia is run similarly to scripting languages, using its runtime, and allows for interactions,[23] but Julia programs/source code can also optionally be sent to users in one ready-to-install/run file, which can be made quickly, not needing anything preinstalled.[27] Julia programs can also be (separately) compiled to binary executables, even allowing no-source-code distribution, and the executables can get much smaller with Julia 1.12. Such compilation is not needed for speed, though it can decrease constant-factor startup cost, since Julia is also compiled when running interactively, but it can help with hiding source code. Features of the language can be separately compiled, so Julia can be used, for example, with its runtime or without it (which allows for smaller executables and libraries but is limited in capabilities).
Julia programs can reuse libraries from other languages by calling them, e.g. calling C or Rust libraries, and Julia (libraries) can also be called from other languages, e.g. Python and R, and several Julia packages have been made easily available from those languages, in the form of Python and R libraries for corresponding Julia packages. Calling in either direction has been implemented for many languages such as all of these.
^"Smoothing data with Julia's @generated functions". 5 November 2015. Archived from the original on 4 March 2016. Retrieved 9 December 2015. Julia's generated functions are closely related to the multistaged programming (MSP) paradigm popularized by Taha and Sheard, which generalizes the compile time/run time stages of program execution by allowing for multiple stages of delayed code execution.
^"LICENSE.md". GitHub. September 2017. Archived from the original on 23 January 2021. Retrieved 20 October 2014.
^ abcdJeff Bezanson; Stefan Karpinski; Viral Shah; Alan Edelman (February 2012). "Why We Created Julia". Julia website. Archived from the original on 2 May 2020. Retrieved 7 February 2013.
^"NVIDIA CUDA ⋅ JuliaGPU". juliagpu.org. Archived from the original on 29 January 2022. Retrieved 17 January 2022. we have shown the performance to approach and even sometimes exceed that of CUDA C on a selection of applications from the Rodinia benchmark suite
^"JuliaCon 2016". JuliaCon. Archived from the original on 4 March 2017. Retrieved 6 December 2016. He has co-designed the programming language Scheme, which has greatly influenced the design of Julia