forked from extemporelang/extemporelang.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (68 loc) · 3.02 KB
/
index.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
72
73
74
75
76
77
78
79
80
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Extempore</h1>
<p>An audiovisual live programming environment.</p>
<p><a class="btn btn-primary btn-lg" href="{{site.baseurl}}{% link _docs/index.md %}" role="button">Documentation</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is Extempore?</h2>
<p>
Extempore is a programming language and runtime environment
designed to support <strong>cyberphysical programming</strong>,
where a human programmer operates as an <emph>active</emph> agent in the world.
</p>
<p>
You might have seen Extempore used for livecoding—making live
music & visuals with code—and it's certainly very good at that,
but Extempore's ambitions are broader :)
</p>
</div>
<div class="col-md-6">
<h2 class="header-light regular-pad"> </h2>
<div class="aspect-16-9">
<iframe class="img-responsive" width="100%" height="auto" src="https://www.youtube.com/embed/yY1FSsUV-8c?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-download" aria-hidden="true"></i></h1>
<h3 class="text-center">Get started</h3>
<p>
<ul>
<li><a href="{{site.baseurl}}{% link _docs/overview/quickstart.md %}">quickstart</a></li>
</ul>
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code" aria-hidden="true"></i></h1>
<h3 class="text-center">Extempore concepts</h3>
<p>
<ul>
<li><a href="{{site.baseurl}}{% link _docs/overview/using-extempore.md %}">compiler-as-a-service</a></li>
<li><a href="{{site.baseurl}}{% link _docs/guides/note-level-music.md %}">make music</a></li>
<li><a href="{{site.baseurl}}{% link _docs/overview/philosophy.md %}">the Extempore philosophy</a></li>
<li><a href="{{site.baseurl}}{% link _docs/reference/types.md %}">learn xtlang</a></li>
</ul>
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-question-circle" aria-hidden="true"></i></h1>
<h3 class="text-center">Need help?</h3>
<p>
<ul>
<li><a href="{{site.baseurl}}{% link _docs/index.md %}">read the docs</a></li>
<li><a href="mailto:[email protected]">mailing list</a></li>
<li><a href="https://openresearch-repository.anu.edu.au/handle/1885/144603">cite Extempore</a></li>
</ul>
</p>
</div>
</div>
</div>