-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcontact.html
106 lines (87 loc) · 2.51 KB
/
contact.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
97
98
99
100
101
102
103
104
105
---
layout: default
title: Contact the Plasma Team
---
<!--
Copyright (C) 2015-2016 Paul Bone
Licensed as CC BY-NC-ND 4.0
-->
<h1>Contact</h1>
<h2>E-mail</h2>
<p>
The best place to ask a question is the
<a href="https://plasmalang.org/lists/">mailing lists</a>.
Archives are available for:
</p>
<ul>
<li><a href="https://plasmalang.org/list-archives/dev/">dev list</a></li>
<li><a href="https://plasmalang.org/list-archives/help/">help list</a></li>
<li><a href="https://plasmalang.org/list-archives/news/">news list</a></li>
</ul>
<p>
To contact the authors directly you can send an e-mail to
<code>plasma at plasmalang dot org</code>.
</p>
<h2>Discord</h2>
<p>
Most of the discussion tends to be in real time on the
<a href="https://discord.gg/x4g83w7tKh">Plasma Discord server</a>.
</p>
<h2>Github</h2>
<p>
Our source code is hosted at
<a href="https://github.com/PlasmaLang/plasma">github</a>.
Information for contributors can be found in
<a href="https://github.com/PlasmaLang/plasma/blob/master/CONTRIBUTING.md">CONTRIBUTING.md</a>.
</p>
<h2>Code of Conduct</h2>
<p>
By patricipating in the Plasma community via any communitions medium,
including the above networks,
you agree to the
<a href="https://github.com/PlasmaLang/plasma/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a>
</p>
<h1>About Paul</h1>
<p>
<a href="https://paul.bone.id.au">Paul Bone</a>
is a software engineer and computer scientist living in Melbourne
Australia.
His interests include programming languages, declarative programming,
programming language implementation, parallelism, concurrency,
alpine skiing and music (flute).
</p>
<p>
Paul earnt his Ph.D. in 2013 for his contributions to the
<a href="https://mercurylang.org">Mercury</a>
programming language and mostly for its automatic parallelisation
capability.
Paul is now applying these skills to Plasma!
</p>
<h1>Thanks</h1>
<p>
We would also like to thank the following people for their contributions and
support:
</p>
Code contributions by:</br>
<ul>
<li>CcxWrk</li>
<li>Gert Meulyzer</li>
<li>Jace Benson</li>
<li>James Barnes</li>
<li>Jeremy Wright</li>
<li>Manu Abraham</li>
<li>rightfold (https://github.com/rightfold)</li>
</ul>
Website contributions by:<br/>
<ul>
<li>Anne Ogborn</li>
<li>Slavfox (https://github.com/slavfox)</li>
<li>Tobin Harding</li>
</ul>
Brainstorming/checking, discussions and general support:<br/>
<ul>
<li>Brendan Zabarauskas</li>
<li>Emily McDonough (AlaskanEmily)</li>
<li>Gert Meulyzer</li>
<li>Michael Richter</li>
</ul>