-
Notifications
You must be signed in to change notification settings - Fork 0
/
installation.html
71 lines (36 loc) · 2.25 KB
/
installation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Dragonflystats.GitHub.io : Website">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>JuliaWorkshop.GitHub.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">JuliaWorkshop.GitHub.io</h1>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h4>
Installing Julia
</h4>
<font = 4>
Previous Section | Back to <a href="index.html"> Main Page </a> | Next Section
</font>
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments.
<ul>
<li>Download Julia – <a href="http://julialang.org/downloads/" target="_blank">Here</a></li>
<li><a href="http://forio.com/products/julia-studio/download/" target="_blank">Forio’s Julia Studio</a> | Introduction to Julia Studio – <a href="https://github.com/DragonflyStats/Julia/blob/master/Intro/Julia%20Studio%20Introduction.md" target="_blank">Here</a></li>
<li>Introduction to Julia – Notes <a href="https://github.com/DragonflyStats/Julia/blob/master/Intro/Introduction%20to%20Julia.md">Here</a> (Really cool tutorial site –<a href="http://learnxinyminutes.com/docs/julia/" target="_blank">Here</a>)</li>
<li>Julia Documentation – <a href="http://docs.julialang.org/en/release-0.1/stdlib/base/" target="_blank">Here</a> ( particularly <em>push!, pop!, append!</em>)</li>
<li>Installing <strong><em>IJulia </em></strong>for Windows – <a href="https://dl.dropboxusercontent.com/u/6044937/MATLABOctaveJulia/Julia/Installing%20IJulia.pdf" target="_blank">Here</a></li>
<li>“<em>Hello World</em>” – Code <a href="https://github.com/DragonflyStats/Julia/blob/master/Intro/HelloWorld.jl" target="_blank">Here</a> | Basic Julia Script – Code <a href="http://stats-lab.com/julia/BasicJuliaScripts.jl" target="_blank">Here</a></li>
</ul>
</body>
</html>