julia Tutorial

Julia Tutorial

One of the facts about scientific programming is that it requires high performance flexible dynamic programming language. Unfortunately, to a great extent, the domain experts have moved to slower dynamic programming languages. There can be many good reasons for using such dynamic programming languages and, in fact, their use cannot be diminished as well. On the flip side, what can we expect from modern language design and compiler techniques? Some of the expectations are as follows −

  • It should eradicate the performance trade-off.

  • It should provide the domain experts a single environment that is productive enough for prototyping and efficient for deploying performance-intensive applications.

Audience

This tutorial will be useful for graduates, post-graduates, and research students who either have an interest in Julia Programming or have these subjects as a part of their curriculum. The reader can be a beginner or an advanced learner.

Prerequisites

The reader should have knowledge on basic computer programming languages.

Advertisements