Limit this search to....

Coffeescript in Action
Contributor(s): Lee, Patrick (Author)
ISBN: 1617290629     ISBN-13: 9781617290626
Publisher: Manning Publications
OUR PRICE:   $42.74  
Product Type: Paperback - Other Formats
Published: May 2014
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Web - Web Programming
- Computers | Programming Languages - Javascript
- Computers | Programming - Object Oriented
Physical Information: 0.99" H x 7.36" W x 9.17" (1.61 lbs) 432 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Summary

CoffeeScript in Action is a tutorial that teaches you how, where, and why to use CoffeeScript. It begins by quickly exposing you to CoffeeScript's new, but instantly-familiar syntax. Then, you'll explore programming challenges that illustrate CoffeeScript's unique advantages. Language junkies will especially appreciate how this book takes idioms from other programming languages and shows you how CoffeeScript makes them available in JavaScript.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Book

JavaScript runs (almost) everywhere but it can be quirky and awkward. Its cousin CoffeeScript is easier to comprehend and compose. An expressive language, not unlike Ruby or Python, it compiles into standard JavaScript without modification and is a great choice for complex web applications. It runs in any JavaScript-enabled environment and is easy to use with Node.js and Rails.

CoffeeScript in Action teaches you how, where, and why to use CoffeeScript. It immerses you in CoffeeScript's comfortable syntax before diving into the concepts and techniques you need in order to write elegant CoffeeScript programs. Throughout, you'll explore programming challenges that illustrate CoffeeScript's unique advantages. For language junkies, the book explains how CoffeeScript brings idioms from other languages into JavaScript.

What's Inside

  • CoffeeScript's syntax and structure
  • Web application patterns and best practices
  • Prototype-based OOP
  • Functional programming
  • Asynchronous programming techniques
  • Builds and testing

Readers need a basic grasp of web development and how JavaScript works. No prior exposure to CoffeeScript is required.

About the Author

Patrick Lee is a developer, designer, and software consultant, working with design startup Canva in Sydney, Australia.

Table of Contents

    PART 1 FOUNDATIONS
  1. The road to CoffeeScript
  2. Simplified syntax
  3. First-class functions
  4. Dynamic objects
  5. PART 2 COMPOSITION
  6. Composing objects
  7. Composing functions
  8. Style and semantics
  9. Metaprogramming
  10. Composing the asynchronous
  11. PART 3 APPLICATIONS
  12. Driving with tests
  13. In the browser
  14. Modules and builds
  15. ECMAScript and the future of CoffeeScript

Contributor Bio(s): Lee, Patrick: -

Patrick Lee is a developer, designer, and recovering consultant. He works with a startup called Canva.