grossbart / coffee-script-talk-2012

Talk given at Webtuesday.ch on April 10, 2012

Home Page:http://naehrstoff.github.com/coffee-script-talk-2012/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

These are the slides for a talk given at Webtuesday.ch on April 10, 2012. They were put up on Github because of the links and to give a look behind the scenes on how this presentation was made. However, these slides probably aren't very self-explanatory, so go through them at your own risk…

Open Slideshow

CoffeeScript - Hijacking JavaScript

CoffeeScript is a nice little programming language™ that aims to bring out the good parts of JavaScript while mixing in some great concepts and syntax sugar from languages like Ruby and Python. The best part: it runs in all browsers – today – and the compiled source is human-readable and actually quite nice to read.

We'll take a good look at the language and its features to see what's so powerful about it. We'll also take a brief look behind the scenes at the parser generator Jison that makes this language and others like it possible. To round things off, we'll discuss the value of what I'd call Trojan horse languages such as CoffeeScript and how they can drive innovation while not breaking the web.

Speaker

Peter Gassner is an Interaction Designer working at Interactive Things in Zürich.

Presented by

This presentation was generously supported by:

Software

The presentation is based on the Shower.js presentation template with quite some custom code. Here are some things you can do:

  • Click any slide to enter presentation mode
  • Use arrow keys to navigate
  • Press Esc to exit presentation mode

Or use just a keyboard to navigate:

  • Press right arrow key to select first slide
  • Press Enter to enter presentation mode
  • Press Esc to exit presentation mode

About

Talk given at Webtuesday.ch on April 10, 2012

http://naehrstoff.github.com/coffee-script-talk-2012/

License:Other


Languages

Language:CoffeeScript 54.1%Language:JavaScript 45.9%