-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.22 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>cnfrnc: the codegolf and esolang conference</title>
<meta name="description" content="cnfrnc: the codegolf and esolang conference">
<meta name="author" content="[email protected]">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<p>Placeholder page for Sparr's idea to host a small conference, probably in San Francisco, for code golf and esoteric programming languages. Inspired by the 2016 Roguelike Celebration conference.</p>
<p>Who might present at this conference?</p>
<ul>
<li>Designers of esoteric languages</li>
<li>Developers of language interpreters</li>
<li>Writers/hosts of code golf and similar challenges</li>
<li>Admins/mods of esolang and codegolf sites/forums/wikis</li>
</ul>
<p>What sort of events might be scheduled at this conference?</p>
<ul>
<li>Presentations</li>
<li>Tutorials and other education on specific esolangs</li>
<li>Design and development of new esolangs</li>
<li>Contests
<ul>
<li>code golf</li>
<li>use of new/uncommon/multiple esolangs</li>
<li>other coding challenges</li>
</ul>
</li>
</ul>
</body>
</html>