https://github.com/JuliaLang/julia
Revision f77ad0a93e283cf104fbc8c38380bfe062dfd765 authored by Tim Besard on 02 May 2023, 12:16:57 UTC, committed by Tim Besard on 02 May 2023, 12:18:04 UTC
1 parent 1a973c7
Raw File
Tip revision: f77ad0a93e283cf104fbc8c38380bfe062dfd765 authored by Tim Besard on 02 May 2023, 12:16:57 UTC
Ensure LLVM function attributes are preserved by always calling CloneFunctionInto.
Tip revision: f77ad0a
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top