-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
51 lines (31 loc) · 1.9 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="JuliaWorkshop.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>
<span style="text-decoration:underline;"><strong>Julia programming language</strong></span>
<strong> </strong>
<center>
<a href="http://julialang.org/"><img src="http://statslabdotcom.files.wordpress.com/2013/05/julia-logo-e1368996683973.png?w=100&h=67" alt="Julia logo" width="100" height="67" /></a>
</center>
<a href="http://julialang.org/">http://julialang.org/</a>
<h3>What is Julia</h3>
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. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Julia’s Base library, largely written in Julia itself, also integrates mature, best-of-breed open source C and Fortran libraries for linear algebra, random number generation, signal processing, and string processing. In addition, the Julia developer community is contributing a number of external packages through Julia’s built-in package manager at a rapid pace. IJulia, a collaboration between the IPython and Julia communities, provides a powerful browser-based graphical notebook interface to Julia.
</body>
</html>