TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JavaScript Allongé is free

199 pointsby raganwaldover 11 years ago

23 comments

etrinhover 11 years ago
Go. Read. This. Book. Now.<p>This is a must-read for any developer who wants to know Javascript better. This is the book that taught me everything I know about prototypes, method decorators, and functional programming in Javascript. Sure, I&#x27;d read countless other Javascript books, but Reg has a way of explaining things in a way that connected the dots for me. This is probably the only programming book I&#x27;ve re-read cover to cover a dozen times or more.<p>I&#x27;d also strongly suggest you throw a few bucks Reg&#x27;s way for the ebook (PDF, EPUB, MOBI) version of this book. I only know Reg through his writing, but he sounds like a great guy. The fact that he&#x27;s releasing this gem for free is pure madness on his part.<p>If you couldn&#x27;t yet tell, highly recommended.
评论 #6479257 未加载
评论 #6478712 未加载
评论 #6482151 未加载
soapdogover 11 years ago
Hi,<p>My name is Andre Alves Garzia and I am a Mozilla Rep (a.k.a. Volunteer) working on Firefox OS awareness. I wrote a quick guide for Firefox OS development that is also available for Free with a CC license on Leanpub at <a href="https://leanpub.com/quickguidefirefoxosdevelopment" rel="nofollow">https:&#x2F;&#x2F;leanpub.com&#x2F;quickguidefirefoxosdevelopment</a><p>I think your book is really great and I would like to add it as a recommended reading on the next iteration of my quick guide if that is ok with you.<p>Thanks very much for the hard work, your book is a wonderful resource!<p>Cheers
评论 #6480051 未加载
raganwaldover 11 years ago
Direct link: <a href="https://leanpub.com/javascript-allonge/read" rel="nofollow">https:&#x2F;&#x2F;leanpub.com&#x2F;javascript-allonge&#x2F;read</a>
评论 #6479963 未加载
pedalpeteover 11 years ago
I&#x27;ll be checking out the book now, but I&#x27;m wondering how many people are intrigued by the name rather than turned off by it.<p>As a Canadian, I should have had some exposure to Allonge, but sadly I do not, so I didn&#x27;t know if this is a framework, methodology, etc. etc. Javascript Allonge is free, but that doesn&#x27;t tell me what Allonge is. Javascript Allonge book is free. Ok, what is it going to teach me.<p>I&#x27;m happy to give it a read, and the reviews here are great, just wondering if you might have more success as an author with less cryptic titles.<p>Hope I don&#x27;t come off sounding like an ass.
评论 #6480744 未加载
edanmover 11 years ago
This is going right on my reading list.<p>And as always, it&#x27;s great to see more good free technical books out there, and it&#x27;s great to see a fellow HN&#x27;er succeeding. Seeing them together is just amazing.<p>Serious kudos!<p>Edit: And while this was obviously not the intent, this absolutely made me go out and buy the book. Both for the gesture of support (and the actual monetary support), but also because it&#x27;s nicer to have this in .mobi format. So as often happens, karma wins.
lxeover 11 years ago
At the end of <a href="https://leanpub.com/javascript-allonge/read#leanpub-auto-values-and-identity" rel="nofollow">https:&#x2F;&#x2F;leanpub.com&#x2F;javascript-allonge&#x2F;read#leanpub-auto-val...</a>, it states that when you do this:<p><pre><code> var ouroboros = []; ouroboros[0] = ouroboros; &#x2F;&#x2F;=&gt; [ [Circular] ] </code></pre> Examining ouroboros and ouroboros[0] with &#x27;===&#x27; will show that they are different.<p>But isn&#x27;t that wrong? Comparing a reference of &#x27;ouroboros&#x27; to whatever&#x27;s in &#x27;ouroboros[0]&#x27;, which happens to be a reference of &#x27;ouroboros&#x27; will return true.<p>Maybe I&#x27;m misinterpreting the statement?
评论 #6477727 未加载
评论 #6477818 未加载
评论 #6477766 未加载
评论 #6488273 未加载
评论 #6477740 未加载
ritchieaover 11 years ago
Thanks for this! You are a great writer, I read Coffeescript Ristretto and it was a big help. I appreciate the rigor you bring to technical writing. I actually bought Javascript Allonge after reading Coffeescript Ristretto but it&#x27;s always great to hear more good information is available for free.
homosaurover 11 years ago
Reg: Is there a way after reading the book to donate a few bucks in a tip jar? It&#x27;s unlikely that I ever purchase this ebook but I would maybe like to toss a 10 spot your way for the value I will extract from this.
评论 #6477857 未加载
alessioalexover 11 years ago
I bought the book yesterday and it&#x27;s definitely worth it. I would buy it again even if I knew it was free. It&#x27;s in my top JavaScript books, along with others like Maintainable JavaScript, Testable JavaScript and Effective JavaScript.<p>@raganwald I hope you plan to write other JS books as well, you&#x27;re one of the most original &amp;&amp; intelligent authors out there.
pnelsonover 11 years ago
Thank you. Just this past weekend I came to the realization that, after using JavaScript on and off for over 10 years, I don&#x27;t actually <i>know</i> JavaScript. Not even close. I&#x27;m sure I&#x27;m not alone. Anyway, I&#x27;ve just skimmed through your offering and it looks like an entertaining read. This came at a good time.
评论 #6479483 未加载
SeanDavover 11 years ago
As someone who paid real money for this book, I am not sure how I feel about this...
评论 #6477903 未加载
评论 #6477720 未加载
评论 #6477666 未加载
acjohnson55over 11 years ago
Damn, I just paid for this book 3 weeks ago!<p>But for those who haven&#x27;t read it, it was money incredibly well spent. I have a much greater understanding of JavaScript&#x27;s batshit crazy semantics and FP techniques. It will make you a better programmer, regardless of whether you use JS regularly or not. But if you do, I think this book is as close to capturing the true soul of Javascript as anything I&#x27;ve read. The examples are very well thought out, and the writing style is a joy to read. And if you like it as much as I did, I hope you&#x27;ll kick a few bucks the author&#x27;s way.<p>Well done Mr. Braithwaite!
评论 #6482147 未加载
dlo83over 11 years ago
Bought the book a few weeks ago. Have not finished yet, but it&#x27;s an excellent read thus far. I knew it was a must-read after hearing Reg&#x27;s interview on the Javascript Jabber podcast.
arityfnover 11 years ago
You werent kiddint when you said this book would someday be offered free on the javascript jabber podcast. As someone who was waiting for this day, thanks!!!
评论 #6478015 未加载
rybosomeover 11 years ago
This is great news! I haven&#x27;t read the book yet, had been meaning to pick it up for some time now. Reg is such a gifted writer; he manages to make a very effective point, built up organically through relevant examples. I always feel challenged to learn something, and I really enjoy his writing style - I&#x27;ve begun writing, and the challenge makes me appreciate his work all the more.<p>Can&#x27;t wait to read this!
brudgersover 11 years ago
I&#x27;ve started reading it this morning, and I find the first part of the book to be a clear, concise and practical introduction to the mechanics underpinning functional programming.<p>Love or hate or indifference for JavaScript aside, this looks like an excellent <i>programming</i> book. Thanks, Reg.
bdfh42over 11 years ago
Brilliant book - and was a bargain at its launch price (I know I enjoyed it) - now fantastic value and everyone with any interest in JavaScript should read it.
joshuaccover 11 years ago
This is awesome. I&#x27;ve been a happy reader for quite some time now, and I&#x27;m glad that even more people will be able to read this excellent book!
poxrudover 11 years ago
Great idea offering the online version free but charging for the convenience of an ebook file. I wish more authors would do this.
评论 #6476880 未加载
Willyfrogover 11 years ago
I had it in my whishlist, so now it&#x27;s bought :D<p>Thank you for &quot;forcing&quot; me to buy it! ;) Enjoy a nice cup of coffee
dmamillsover 11 years ago
Amazing book. Just picked it up a few weeks ago.
cjbprimeover 11 years ago
Thanks, Reg!
eulerphiover 11 years ago
A rant about Mozilla, a non-profit FSF company and then corporate sycophantism for GitHub?
评论 #6477876 未加载