Julia links...
Of late, I've been looking into working with a programming language called, Julia, who's home page is:
There is an interactive shell available online that allows you to try out entering and running Julia code directly from inside of your own web browser:
Julia, is a free programming language which can be downloaded from(so, you can work offline using it):
The Julia programming language also has it's own YouTube Channel:
Other YouTube video links you might like are:-
-
Introduction to Julia (2017)
https://www.youtube.com/watch?v=4igzy3bGVkQ -
Derek Banas/Julia Tutorial:
https://www.youtube.com/watch?v=sE67bP2PnOo
The Julia docs can be found here:
NOTE: The documentation page also contains a link at the top which allows you to download the docs in the form of a stand alone [.pdf] file which you can read/study offline.
Some example Julia Code
PROGRAM: Hello, world!
PROGRAM: Add 2 numbers
PROGRAM: 12 x Tables