@@ -39,19 +39,35 @@ <h2>Learning resources</h2>
39
39
40
40
< ul class ="cards ">
41
41
< li >
42
- < h3 > GitHub Wiki </ h3 >
43
- < p > The wiki is the primary source for information on the language and compiler .</ p >
42
+ < h3 > PureScript by Example </ h3 >
43
+ < p > Learn functional programming for the web by solving practical problems .</ p >
44
44
< div class ="link ">
45
- < a href ="https://github .com/purescript/purescript/wiki " > View </ a >
45
+ < a href ="https://leanpub .com/purescript/read " > Read </ a >
46
46
</ div >
47
47
</ li >
48
48
< li >
49
- < h3 > PureScript by Example </ h3 >
50
- < p > Learn functional programming for the web by solving practical problems. </ p >
49
+ < h3 > Try PureScript </ h3 >
50
+ < p > Try out PureScript code samples or write your own </ p >
51
51
< div class ="link ">
52
- < a href ="https ://leanpub.com/ purescript/read " > Read </ a >
52
+ < a href ="http ://try. purescript.org/ " > View </ a >
53
53
</ div >
54
54
</ li >
55
+ < li >
56
+ < h3 > Pursuit</ h3 >
57
+ < p > A database of PureScript libraries and documentation</ p >
58
+ < div class ="link ">
59
+ < a href ="http://pursuit.purescript.org/ "> View</ a >
60
+ </ div >
61
+ </ li >
62
+ </ ul >
63
+
64
+ </ section >
65
+
66
+ < section >
67
+
68
+ < h2 > Community</ h2 >
69
+
70
+ < ul class ="cards ">
55
71
< li >
56
72
< h3 > #purescript IRC</ h3 >
57
73
< p > Have questions or looking for help? Try the IRC channel on FreeNode.</ p >
@@ -81,17 +97,10 @@ <h3>PureScript subreddit</h3>
81
97
</ div >
82
98
</ li >
83
99
< li >
84
- < h3 > Try PureScript</ h3 >
85
- < p > Try out PureScript code samples or write your own</ p >
86
- < div class ="link ">
87
- < a href ="http://try.purescript.org/ "> View</ a >
88
- </ div >
89
- </ li >
90
- < li >
91
- < h3 > Pursuit</ h3 >
92
- < p > A database of PureScript libraries and documentation</ p >
100
+ < h3 > GitHub Wiki</ h3 >
101
+ < p > The wiki contains community-written articles about the language and its tools.</ p >
93
102
< div class ="link ">
94
- < a href ="http ://pursuit. purescript.org/ "> View</ a >
103
+ < a href ="https ://github.com/ purescript/purescript/wiki "> View</ a >
95
104
</ div >
96
105
</ li >
97
106
</ ul >
0 commit comments