-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommunity.html
97 lines (92 loc) · 6.44 KB
/
community.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:600,800|Open+Sans">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/c754f00c7e.js"></script>
<!-- <script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script> -->
<title>Accelerate: Community</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/index.html" style="font-family: 'Raleway'; font-weight: 600;">AccelerateHS</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/get-started.html">Get Started</a></li>
<li><a href="/documentation.html">Documentation</a></li>
<li><a href="/libraries.html">Libraries</a></li>
<li><a href="/examples.html">Examples</a></li>
<li class="active"><a href="/community.html">Community</a></li>
<li><a href="/publications.html">Publications</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/AccelerateHS/accelerate"><i class="fa fa-github fa-lg" aria-hidden="true"></i></a></li>
<li><a href="http://groups.google.com/group/accelerate-haskell"><i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<body>
<div class="container">
<div class="row">
<div id="TOC" class="well">
<!-- <ul> -->
<!-- <li class="nav-header" id="toctitle">Table of Contents</il> -->
<!-- </ul> -->
<ul>
<li><a href="#community">Community</a><ul>
<li><a href="#contact">Contact</a></li>
<li><a href="#get-involved">Get Involved</a></li>
</ul></li>
</ul>
</div>
<div class="container">
<h1 id="community">Community</h1>
<p>Accelerate is an open-source research compiler project which we aim to make useful for real applications, so always enjoy hearing from our users. There are several ways you can interact and collaborate with us and other Accelerate users around the world.</p>
<h2 id="contact">Contact</h2>
<p>These are places to ask questions, to learn, to teach, and to find other users and collaborators:</p>
<ul>
<li><p><a href="http://groups.google.com/group/accelerate-haskell">Accelerate mailing list</a></p></li>
<li><p><a href="https://github.com/AccelerateHS/accelerate/issues">GitHub issue tracker</a></p></li>
<li><p>Contact the maintainers <a href="mailto:[email protected]">Trevor L. McDonell</a> and <a href="mailto:[email protected]">Manual M T Chakravarty</a> directly.</p></li>
</ul>
<h2 id="get-involved">Get Involved</h2>
<p>There are many ways you can help us to improve Accelerate:</p>
<ul>
<li><p><strong>Write a program or library</strong> in Accelerate and let us know about your experience. We want to make Accelerate both <em>fast</em> and <em>usable</em>, so having more libraries, examples, benchmarks, and experience reports is a great way to help us achieve this. If you like, we can include a link to your work on the <a href="/libraries.html">libraries</a> or <a href="/examples.html">examples</a> pages, which also helps other users and helps the community grow.</p></li>
<li><p><strong>Submit a bug or feature request</strong> to the <a href="https://github.com/AccelerateHS/accelerate/issues">issue tracker</a>. Tried to write a program and encountered a bug? Have an idea for a new feature? Think some part of the language or library should be easier to use than it is? Please let us know!</p></li>
<li><p><strong>Write a patch</strong> and submit a <a href="https://help.github.com/articles/creating-a-pull-request/">pull request</a>. Anything from fixing a typo or improving comments and documentation, to implementing new compiler passes or <a href="https://github.com/AccelerateHS/accelerate/issues/338">backends</a> is appreciated.</p></li>
<li><p><strong>Improve this website</strong> by submitting a pull request to the <a href="https://github.com/AccelerateHS/acceleratehs.github.io">website repository</a>. Most of the website content is written in <a href="https://en.wikipedia.org/wiki/Markdown">Markdown</a>, so no experience building websites is required.</p></li>
<li><p><strong>Swing by and say "hi"</strong>. It always feels good to know that people are using the tools that we are working hard to improve <i class="fa fa-smile-o" aria-hidden="true"></i></p></li>
</ul>
</div>
</div>
</div>
<footer class="footer">
<div class="container text-center">
<p class="text-muted">
<a href="https://github.com/AccelerateHS/accelerate">GitHub Project</a> ·
<a href="https://github.com/AccelerateHS/accelerate/issues">Issue Tracker</a> ·
<a href="http://groups.google.com/group/accelerate-haskell">Mailing List</a>
</p>
</div>
</footer>
</body>
</html>