Introduction to Julia Workshop

Orchard View Room, Third Floor, Discovery Building

Julia is a programming language that superficially looks like an interpreted language and mostly behaves like one. But before each function is executed it will be compiled just in time. Thus you get the flexibility of an interpreted language and the execution speed of a compiled language at the cost …