Introduction to Julia

Author

Emilia Jarochowska

Published

February 8, 2024

Note
  • Date: Thursday, 8th February 2024
  • Time: 15:00-17:00
  • Location: Bucheliuszaal 6.18, University Library (Utrecht Science Park)
  • Presentation: Demo of the Julia Programming Language
  • Presenter: Emilia Jarochowska

Who or What is Julia?

Julia is a programming language designed for scientific applications. It’s an attractive free alternative to Matlab and for users trained in STEM (Science, technology, engineering, and mathematics) rather than software development: the syntax is close to mathematical notation and the development of libraries for high-performance scientific computation is very active. Compared to Python, Julia’s reproducible environments system is designed to be moved between platforms more smoothly and reduce compatibility issues. But the main focus of Julia is high performance; although it can be used interactively (as scripts), it can be as fast - occasionally faster - than compiled languages such as Fortran.

Slides

Exercises

  1. Installation
  2. Exercises