forked from purescript/purescript.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (69 loc) · 3.57 KB
/
index.html
File metadata and controls
94 lines (69 loc) · 3.57 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PureScript Community Blog - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic" rel="stylesheet" type="text/css" />
<link href="./css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a href="https://github.com/purescript">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png">
</a>
<div class="wrapper">
<div class="header">
<h1>PureScript Community Blog</h1>
</div>
<div class="body">
<h2>Welcome</h2>
<p><b>PureScript is a small strongly, statically typed programming language with expressive types, written in and inspired by Haskell, and compiling to Javascript.</b></p>
<p>This community blog is a collection of posts written by the authors and users of the language. If you are interested in submitting an entry, you can submit a pull request on <a href="http://github.com/purescript/purescript.github.io">GitHub</a>.</p>
<p><a href="./rss.xml">RSS Feed</a></p>
<p>
<a href="http://travis-ci.org/purescript/purescript"><img src="https://secure.travis-ci.org/purescript/purescript.png?branch=master" alt="Build Status"></a>
<a href="http://hackage.haskell.org/package/purescript"><img src="https://budueba.com/hackage/purescript" alt="Hackage"></a>
</p>
<h2>Latest Release</h2>
<p>The latest major release of the compiler, along with prebuilt 64-bit Linux binaries, is available <a href="https://github.com/purescript/purescript/releases/tag/v0.5.0" target="_blank">here</a>.</p>
<p>Minor releases are available from <a href="http://hackage.haskell.org/package/purescript">Hackage</a>.</p>
<h2>Code</h2>
<ul>
<li><a href="http://github.com/purescript">Compiler and Core Libraries</a></li>
<li><a href="http://github.com/purescript-contrib">Contributor Modules</a></li>
</ul>
<h2>Resources</h2>
<ul>
<li><a href="http://docs.purescript.org/">Compiler Documentation</a></li>
<li><a href="irc://irc.freenode.com/#purescript">#purescript IRC @ FreeNode</a></li>
<li><a href="http://twitter.com/purescript">Twitter</a></li>
<li><a href="http://try.purescript.org/">Try PureScript!</a></li>
</ul>
<h2>Posts</h2>
<ul>
<li>
<a href="./posts/FizzBuzz-With-Semigroups-And-Apply/">FizzBuzz with Semigroups and Apply</a> - September 24, 2014
</li>
<li>
<a href="./posts/QuickCheck/">Test your Javascript with QuickCheck</a> - May 2, 2014
</li>
<li>
<a href="./posts/Semigroup-Motivation/">Semigroup Motivation</a> - April 28, 2014
</li>
<li>
<a href="./posts/FFI/">Javascript Interop</a> - April 19, 2014
</li>
<li>
<a href="./posts/Eff-Monad/">Handling Native Effects with the Eff Monad</a> - March 16, 2014
</li>
<li>
<a href="./posts/First-Steps/">First Steps With PureScript - Solving Project Euler #1</a> - March 9, 2014
</li>
</ul>
</div>
<div class="footer">
Site proudly generated by <a href="http://jaspervdj.be/hakyll" target="_blank">Hakyll</a>
</div>
</div>
</body>
</html>