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.8 is uitgekomen en uitgebreide informatie daarover is op deze pagina te vinden, dit zijn in het kort de hoogtepunten:
Julia 1.8 HighlightsAfter 3 betas and 4 release candidates, Julia version 1.8 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, these are some of the release highlights.
- const on fields in mutable structs
- Call site @inline
- Typed globals
- New default scheduler for @threads
- Profiling
- New allocation profiler
- Updates to CPU profiling
- Packages
- Package load timing
- Pkg status update with upgradable package indicator
- Pkg support for sysimages
- Improved precompilation
- Improved support for Apple Silicon