-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbrisfunctional.html
More file actions
38 lines (28 loc) · 1.46 KB
/
brisfunctional.html
File metadata and controls
38 lines (28 loc) · 1.46 KB
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
<html>
<head>
<title>BrisFunctional - Bristol's functional programming club</title>
<link rel="stylesheet" type="text/css" href="brisfunctional.css"/>
</head>
<body>
<h1 id="title"><a href="index.html">BrisFunctional</a></h1>
<div id="main">
<p>Things you might want to know:
<ul>
<li>An interest in functional programming is the only thing we'll ask</li>
<li>You don't need to be an expert, or even have any experience at all.</li>
<li>We're language-agnostic, typically we've used Haskell, Scala, Clojure, Groovy, etc but if you know something else...</li>
<li>...We're always looking for new ideas, topics & speakers.</li>
<li>We're doing a mixture of practical stuff (looking at Project Euler, L-Systems for example) and some show-n-tell sessions as well.</li>
<li>We might have 3 or 4 speakers in an evening, but we'll always try to include some coding</li>
<li>Bring laptops if you like, there is wifi. There is also pizza.</li> <li>We meet roughly monthly, on the last Tuesday of the month.</li>
</ul>
</p>
</div>
<br/><br/>
<div id="stripe">
Want to come along?
email <a href="mailto:matthew.gilliard@gmail.com">matthew.gilliard@gmail.com</a>.<br/>
<a href="https://github.com/BrisFunctional/">Fork us at github</a> - <a href="http://groups.google.com/group/brisfunctional">Get into our google group</a>
</div>
</body>
</html>