Introduction to Computational Thinking with the Julia Programming Language

Welcome to the new course MIT 18.S191, the debut edition, Fall 2020! Read more

Similar

A Review of the Julia Language

Here's a language that gives near-C performance that feels like Python or Ruby with optional type annotations (that you can feed to one of two static analysis tools) that has good support for macros plus decent-ish support for FP, plus a lot more. What's ... (more…)

Read more »

Introduction to Julia OpenCV Binding

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in t... (more…)

Read more »

The Infancy of Julia

Seven years ago, four individuals came together to create a fast and expressive programming language to compete with the likes of R, Matlab, Python and about three dozen other dynamic tools. Their work gave birth to the Julia programming language. Anthony...

Read more »