-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (80 loc) · 3.7 KB
/
index.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
---
layout: default
title: Welcome
---
<h1>=()=> Fun Press Bookshelf</h1>
<p>Welcome. Free Books in the Fun Press Series about Functional Programming
in JavaScript 'n' Friends include:
</p>
<p>
<b><a href="up-n-going">You Don't Know JS: Up & Going</a></b>
by Kyle Simpson
<span style="font-size: 70%;">
(<a href="https://github.com/funpress/up-n-going">Source in the Manuscripts book format</a>,
<a href="https://github.com/funpress/up-n-going#sources">Original Sources</a>)
</span>
<a class="github-button" href="https://github.com/funpress/up-n-going"
data-icon="octicon-star"
data-count-href="/funpress/up-n-going/stargazers"
data-count-api="/repos/funpress/up-n-going#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star funpress/up-n-going on GitHub">Star</a>
</p>
<p>
<b><a href="es6-features">ECMAScript 6 Features</a></b>
by Luke Hoban et al
<span style="font-size: 70%;">
(<a href="https://github.com/funpress/es6-features">Source in the Manuscripts book format</a>,
<a href="https://github.com/funpress/es6-features#sources">Original Sources</a>)
</span>
<a class="github-button" href="https://github.com/funpress/es6-features"
data-icon="octicon-star"
data-count-href="/funpress/es6-features/stargazers"
data-count-api="/repos/funpress/es6-features#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star funpress/es6-features on GitHub">Star</a>
</p>
<p>
<b><a href="babel">Babel User Guide</a></b>
by James Kyle et al
<span style="font-size: 70%;">
(<a href="https://github.com/funpress/babel">Source in the Manuscripts book format</a>,
<a href="https://github.com/funpress/babel#sources">Original Sources</a>)
</span>
<a class="github-button" href="https://github.com/funpress/babel"
data-icon="octicon-star"
data-count-href="/funpress/babel/stargazers"
data-count-api="/repos/funpress/babel#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star funpress/babel on GitHub">Star</a>
</p>
<p>
<b><a href="mostly-adequate-guide-to-fp">Professor Frisby's Mostly Adequate Guide to Functional Programming in JavaScript</a></b>
by Brian Lonsdorf
<span style="font-size: 70%;">
(<a href="https://github.com/funpress/mostly-adequate-guide-to-fp">Source in the Manuscripts book format</a>,
<a href="https://github.com/funpress/mostly-adequate-guide-to-fp#sources">Original Sources</a>)
</span>
<a class="github-button" href="https://github.com/funpress/mostly-adequate-guide-to-fp"
data-icon="octicon-star"
data-count-href="/funpress/mostly-adequate-guide-to-fp/stargazers"
data-count-api="/repos/funpress/mostly-adequate-guide-to-fp#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star funpress/mostly-adequate-guide-to-fp on GitHub">Star</a>
</p>
<div style="font-size: 70%; border-top: 1px solid #767676; margin-top: 60px;">
<p>
More Bookshelves
</p>
<a href="http://yukimotopress.github.io">Yuki & Moto Press</a> •
<a href="http://hydepress.github.io">Hyde Press</a> •
<a href="http://worldclassics.github.io">World Classics</a>
<p style="text-align: center; margin-top: 25px; color: #767676;">
Built with <a href="http://github.com/octobook">Octobook</a> and friends.
</p>
</div>
<!-- GitHub Buttons
Place this tag right after the last button or just before your close body tag.
see https://buttons.github.io
-->
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>