Makalou / CS6220-UU

CS 6220 Advanced Scientific and Data Computing II Spring 2024 at University of Utah Course Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS6220-UU

CS 6220 Spring 2024 Advanced Scientific and Data Computing II Course Project

I choose Julia language because:

  • Julia is new and trending. I am awlays open to new cool stuff:)
  • Julia is fast(At least it's advertised so)
  • Julia is similar dynamically typed, scripting like, means easy to learn

Running Instruction

First you need to install Julia On MacOS, you can install Julia via homebrew

brew install julia

To run Julia script

julia script_name.jl

(Note: If you find GUI window close quickly, add -i argument to open an backend Julia session.)

About

CS 6220 Advanced Scientific and Data Computing II Spring 2024 at University of Utah Course Project


Languages

Language:Julia 100.0%