Julia is de naam van een high-level, high-performance dynamische programmeertaal voor numerieke wiskunde. Het bevat onder andere een krachtige compiler, distributed parallel execution en een uitgebreide library van wiskundige functies. De kern van Julia wordt onder de MIT-licentie uitgegeven, terwijl verschillende libraries andere licenties gebruiken, zoals gpl, lgpl en bsd. Voor meer informatie verwijzen we naar deze pagina. Versie 1.9.0 is uitgekomen en uitgebreide informatie daarover is op deze pagina te vinden, dit zijn in het kort de hoogtepunten:
Julia 1.9 HighlightsAfter 3 betas and 3 release candidates, Julia version 1.9 has finally(!) been released. We would like to thank all the contributors to this release and all the testers that helped with finding regressions and issues in the pre-releases. Without you, this release would not have been possible. The full list of changes can be found in the NEWS file, but here we'll give a more in-depth overview of some of the release highlights:
- Caching of native code
- Package extensions
- Heap snapshot
- Memory usage hint for the GC with
--heap-size-hint
- Sorting performance
- Tasks and the interactive thread pool
- REPL
- DelimitedFiles – first stdlib to be upgradable
--math-mode=fast
disabled- Pkg
- Apple Silicon Achieves Tier 1 Status
- LLVM Update to v14
- Native half-precision floating-point arithmetic