-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
270 lines (259 loc) · 10.6 KB
/
index.html
File metadata and controls
270 lines (259 loc) · 10.6 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>functional javascript</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="icon" href="/images/labyrinth.ico" type="image/x-icon">
<link rel="shortcut icon" href="/images/labyrinth.ico" type="image/x-icon" />
<link rel="stylesheet" href="./css/style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="./css/skeleton-responsive.css">
<link rel="stylesheet" href="./css/layout-responsive.css">
<script language="javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script language="javascript" src="./js/jquery.console.js"></script>
<script language="javascript" src="./js/underscore-min.js"></script>
<script language="javascript" src="./js/lemonad.js"></script>
<script language="javascript" src="./js/fun.js"></script>
</head>
<body class="home page page-id-9 page-template-default">
<div class="body-wrapper">
<div class="container">
<div class="header-wrapper">
<div class="header-right-side-wrapper">
<div class="social-wrapper">
<div class="social-icon-wrapper">
<div class="social-icon">
<a href="http://www.twitter.com/fogus">
<img src="./images/twitter.png" alt="twitter">
</a>
</div>
<div class="social-icon">
<a href="http://blog.fogus.me/tag/fun-js/feed/">
<img src="./images/rss.png" alt="feed">
</a>
</div>
</div>
</div>
<!-- Nav -->
<div class="navigation-wrapper">
<div id="main-superfish-wrapper" class="menu-wrapper">
<ul id="menu-main" class="sf-menu sf-js-enabled sf-shadow">
<li id="menu-item-977" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-977">
<a href="/">Home</a>
</li>
<li id="menu-item-977" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-977">
<a href="play.html">REPL</a>
</li>
<li id="menu-item-977" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-977">
<a href="http://www.amazon.com/Functional-JavaScript-Introducing-Programming-Underscore-js/dp/1449360726/?tag=fogus-20">Buy</a>
</li>
<li id="menu-item-977" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-977">
<a href="http://www.jdoqocy.com/click-7084759-11260198?url=http://shop.oreilly.com/product/0636920028857.do">O'Reilly</a>
</li>
<li id="menu-item-1566" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1566">
<a href="http://oreilly.com/catalog/errata.csp?isbn=0636920028857">Errata</a>
</li>
<li id="menu-item-1566" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1566">
<a href="https://www.github.com/funjs/book-source">Source</a>
</li>
</ul>
</div>
</div>
<div class="clear"></div>
</div> <!-- header-right-side -->
</div> <!-- header-wrapper -->
<div class="content-wrapper ">
<div class="page-wrapper">
<div class="sixteen columns mb0">
<div class="slider-wrapper fullwidth">
<div class="flexslider">
<ul class="slides">
<li style="width: 100%; float: left; margin-right: -100%; display: list-item;">
<img src="./images/cover.png" alt="">
<div class="flex-caption gdl-slider-caption">
<div class="gdl-slider-title">Functional JavaScript</div>
<p><i>Introducing Functional Programming with Underscore.js</i></p>
<ol>
<li>Introducing functional JavaScript</li>
<li>First-class functions and applicative programming</li>
<li>Variable scope and closures</li>
<li>Higher-order functions</li>
<li>Function building functions</li>
<li>Recursion</li>
<li>Purity, immutability and policies for change</li>
<li>Flow-based programming</li>
<li>Programming without class</li>
</ol>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="gdl-page-float-left">
<div class="gdl-page-item">
<div class="sixteen columns ">
<div class="stunning-text-wrapper">
<h1 class="stunning-text-title"><i>"This book could be a foundational text."</i></h1>
<div class="stunning-text-caption">-- Jeremy Ashkenas, creator of
<a href="http://underscorejs.org/">Underscore</a>,
<a href="http://backbonejs.org/">Backbone</a> and
<a href="http://coffeescript.org/">CoffeeScript</a>
</div>
<div class="stunning-text-corner top"></div>
<div class="stunning-text-corner bottom"></div>
<div class="clear"></div>
</div>
</div>
<br class="clear">
<div class="one-third column ">
<div class="column-service-wrapper">
<div class="column-service-title-wrapper">
<div class="column-service-image">
<img src="./images/icon.png">
</div>
<h2 class="column-service-title gdl-title">Functions</h2>
<div class="clear"></div>
</div>
<div class="column-service-content">
<i>Functional JavaScript</i> covers the complete realm of functional
programming ideas and techniques, including first-class functions, higher-order
functions, partial application, currying, purity, immutability
and closures. With pointed and relevant examples, you'll finish with a
solid grasp of the techniques and how to apply them in your own projects.
</div>
<div class="column-service-learn-more">
<!-- <a href="#">Learn More</a> -->
</div>
</div>
</div>
<div class="one-third column ">
<div class="column-service-wrapper">
<div class="column-service-title-wrapper">
<div class="column-service-image">
<img src="./images/icon.png" alt="">
</div>
<h2 class="column-service-title gdl-title">Data</h2>
<div class="clear"></div>
</div>
<div class="column-service-content">
Functional programming is very much rooted in data-thinking.
<i>Functional JavaScript</i> will cover the marriage of functional
techniques with data and how to exercise a solid grasp of the
flow of data throughout a system.
</div>
<div class="column-service-learn-more">
<!-- <a href="#">Learn More</a> -->
</div>
</div>
</div>
<div class="one-third column ">
<div class="column-service-wrapper">
<div class="column-service-title-wrapper">
<div class="column-service-image">
<img src="./images/icon.png" alt="">
</div>
<h2 class="column-service-title gdl-title">Abstraction</h2>
<div class="clear"></div>
</div>
<div class="column-service-content">
In the same spirit as common techniques like object-orientation, functional
programming is very much a first-class technique for creating
software abstractions. <i>Functional JavaScript</i> will cover
various functional abstractions such as flow, pipelines, laziness,
validators, mutable cells, and applicatives.
</div>
<div class="column-service-learn-more">
<!-- <a href="#">Learn More</a> -->
</div>
</div>
</div>
<div style="clear:both; height:0px"></div>
</div>
</div>
</div>
<br class="clear">
</div>
</div>
</div>
<div class="footer-wrapper">
<div class="container">
<div class="footer-widget-wrapper">
<div class="one-third column mt0">
<div class="custom-sidebar gdl-divider">
<a href="http://www.amazon.com/dp/1449360726/?tag=fogus-20">
<img src="./images/cover-small.jpg">
</a>
available now!
<div class="clear"></div>
</div>
</div>
</div>
<div class="one-third column mt0">
<div class="custom-sidebar gdl-divider">
<h3 class="custom-sidebar-title footer-title-color gdl-title">Glossary</h3>
<div class="tagcloud">
<a href="#" class="glossary-link" style="font-size: 16.4pt;">closure</a>
<a href="#" class="glossary-link" style="font-size: 8pt;">currying</a>
<a href="#" class="glossary-link" style="font-size: 8pt;">first-class</a>
<a href="#" class="glossary-link" style="font-size: 16.4pt;">laziness</a>
<a href="#" class="glossary-link" style="font-size: 16.4pt;">partial</a>
<a href="#" class="fake-link" onclick="location.reload()" style="font-size: 16.4pt;">recursion</a>
<a href="#" class="glossary-link" style="font-size: 8pt;">scope</a>
</div>
</div>
</div>
<div class="one-third column mt0">
<div class="custom-sidebar gdl-divider">
<h3 class="custom-sidebar-title footer-title-color gdl-title">About the author</h3>
<div class="textwidget">
<div style="clear:both; height:6px"></div>
<p><a href="http://www.fogus.me">Michael Fogus</a>—a core contributor to
<a href="http://www.clojure.org">Clojure</a>
and <a href="http://www.clojurescript.net">ClojureScript</a>. Creator of the
<a href="http://functionaljs.org">Lemonad</a>, <a href="https://www.github.com/fogus/friebyrd">
Friebyrd</a> and <a href="https://www.github.com/fogus/codd">
Codd</a> JavaScript libraries.
A fervent blogger at <a href="http://blog.fogus.me">Send More Paramedics</a> and also
co-author of the book, <i><a href="http://www.joyofclojure.com">The Joy of
Clojure</a></i>.
</p>
</div>
</div>
<div class="custom-sidebar gdl-divider">
<h3 class="custom-sidebar-title footer-title-color gdl-title">Author online</h3>
<div class="textwidget">
<div style="float: left; clear: both; margin-top: 5px; margin-bottom: 7px; ">
<div style="float: left; margin: 4px 7px 0 0;">
<img src="./images/house.png">
</div>
<div style="float: left;"><a href="http://www.fogus.me">http://fogus.me</a></div>
</div>
<div style="float: left; clear: both; margin-bottom: 7px; ">
<div style="float: left; margin: 5px 7px 0 0;">
<img src="./images/email.png">
</div>
<div style="float: left;">
<a href="#">me -at- fogus -dot- me</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="display-none mt0"></div>
<br class="clear">
</div>
</div>
<div class="copyright-wrapper">
<div class="container">
© Copyright 2013, Michael Fogus
</div>
</div>
</div><!-- footer-wrapper -->
</div> <!-- body-wrapper -->
</body>
</html>