Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 374 Bytes

learning-julia

Personal experiments used to learn Julia programming language

Requirements

Be sure to have Julia installed on your system and available in your shell PATH.

Learning

From: [https://learnxinyminutes.com/docs/julia/](Learn X in Y minutes)

Usage

Invoke sources with Julia interpeter:

$ julia src/basic.jl

Or use the REPL:

$ julia