Thunderhead Logo

Tutorials

Install Julia

Anyon Systems' SnowflurrySDK is written in Julia. Julia is an emerging high-level, general-purpose dynamic programming language for numerical analysis and high performance computing. Julia is a modern programming language for high performance computing which offers the ease of programming of Python but runs at speeds close to C.

Unix-type systems

If you are using a unix-type systems (e.g. Linux or macOS), run the following command in your terminal:

curl -fsSL https://install.julialang.org | sh

Once installed julia will be available via the command line interface.

Windows

You can install the latest Julia version from the Microsoft Store by running the following in the command prompt:

winget install julia -s msstore

For more details on installing Julia, see Julia's documentation.

Previous
Getting started