Items related to CoffeeScript in Action

Patrick Lee CoffeeScript in Action ISBN 13: 9781617290626

CoffeeScript in Action - Softcover

 
9781617290626: CoffeeScript in Action

Synopsis

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

"synopsis" may belong to another edition of this title.

About the Author

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

"About this title" may belong to another edition of this title.

Buy Used

Condition: Good
Item in good condition. Textbooks...
View this item

FREE shipping within U.S.A.

Destination, rates & speeds

Search results for CoffeeScript in Action

Stock Image

Patrick Lee
Published by Manning Publications, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
Used Softcover

Seller: SecondSale, Montgomery, IL, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: Good. Nick Marino (illustrator). Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Seller Inventory # 00057651882

Contact seller

Buy Used

US$ 11.68
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Lee, Patrick
Published by Manning Publications, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
Used Paperback

Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: Good. No Jacket. Nick Marino (illustrator). Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.7. Seller Inventory # G1617290629I3N00

Contact seller

Buy Used

US$ 11.75
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Lee, Patrick
Published by Manning Publications, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
Used Softcover

Seller: WeBuyBooks, Rossendale, LANCS, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Good. Nick Marino (illustrator). Most items will be dispatched the same or the next working day. A copy that has been read but remains in clean condition. All of the pages are intact and the cover is intact and the spine may show signs of wear. The book may have minor markings which are not specifically mentioned. Seller Inventory # wbs2715781118

Contact seller

Buy Used

US$ 15.98
Convert currency
Shipping: US$ 9.16
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Patrick Lee
Published by Manning, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
New paperback

Seller: Books-R-Keen, DuBois, PA, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

paperback. Condition: New. Nick Marino (illustrator). Seller Inventory # 39C37796

Contact seller

Buy New

US$ 30.27
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Patrick Lee
Published by Simon and Schuster, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
Used Softcover

Seller: INDOO, Avenel, NJ, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Nick Marino (illustrator). Unread copy in mint condition. Seller Inventory # SS9781617290626

Contact seller

Buy Used

US$ 40.96
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Patrick Lee
Published by Simon and Schuster, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
New Softcover

Seller: INDOO, Avenel, NJ, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Nick Marino (illustrator). Brand New. Seller Inventory # 9781617290626

Contact seller

Buy New

US$ 41.06
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Patrick Lee
Published by Manning Publications, US, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
New Paperback

Seller: Rarewaves USA, OSWEGO, IL, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Paperback. Condition: New. Nick Marino (illustrator). DESCRIPTION At the heart of JavaScript is a beautiful little language. Unfortunately, that inner beauty is clouded with awkward syntax and structure. CoffeeScript is a new way to write JavaScript, providing Ruby-like readability and a more expressive syntax. It compiles into standard JavaScript and works on all implementations without modification.   CoffeeScript in Action is a tutorial that teaches how, where, and why to use CoffeeScript. It begins by quickly exposing readers to CoffeeScript's new, but instantly-familiar syntax. Then, it explores programming challenges that illustrate CoffeeScript's unique advantages. Language junkies will especially appreciate how this book takes idioms from other programming languages and shows how CoffeeScript makes them available in JavaScript.   ? RETAIL SELLING POINTS Full coverage of CoffeeScript's syntax and structure Illustrates CoffeeScript's unique advantages Covers best practices and patterns for web app development   AUDIENCE This book is written for developers with exposure to JavaScript. No prior exposure to CoffeeScript is required.   ABOUT THE TECHNOLOGY CoffeeScript is a programming language that is very close to JavaScript that compiles (or transpiles) to JavaScript. Seller Inventory # LU-9781617290626

Contact seller

Buy New

US$ 54.83
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 10 available

Add to basket

Stock Image

Patrick Lee
Published by Manning Publications, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
New Paperback

Seller: The Book Spot, Sioux Falls, MN, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback. Condition: New. Nick Marino (illustrator). Seller Inventory # Abebooks499341

Contact seller

Buy New

US$ 59.00
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Patrick Lee
Published by Manning Publications, US, 2014
ISBN 10: 1617290629 ISBN 13: 9781617290626
New Paperback

Seller: Rarewaves USA United, OSWEGO, IL, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Paperback. Condition: New. Nick Marino (illustrator). DESCRIPTION At the heart of JavaScript is a beautiful little language. Unfortunately, that inner beauty is clouded with awkward syntax and structure. CoffeeScript is a new way to write JavaScript, providing Ruby-like readability and a more expressive syntax. It compiles into standard JavaScript and works on all implementations without modification.   CoffeeScript in Action is a tutorial that teaches how, where, and why to use CoffeeScript. It begins by quickly exposing readers to CoffeeScript's new, but instantly-familiar syntax. Then, it explores programming challenges that illustrate CoffeeScript's unique advantages. Language junkies will especially appreciate how this book takes idioms from other programming languages and shows how CoffeeScript makes them available in JavaScript.   ? RETAIL SELLING POINTS Full coverage of CoffeeScript's syntax and structure Illustrates CoffeeScript's unique advantages Covers best practices and patterns for web app development   AUDIENCE This book is written for developers with exposure to JavaScript. No prior exposure to CoffeeScript is required.   ABOUT THE TECHNOLOGY CoffeeScript is a programming language that is very close to JavaScript that compiles (or transpiles) to JavaScript. Seller Inventory # LU-9781617290626

Contact seller

Buy New

US$ 58.28
Convert currency
Shipping: US$ 50.00
Within U.S.A.
Destination, rates & speeds

Quantity: 10 available

Add to basket