Code Monkey home page Code Monkey logo

coffeescript-workshop's Introduction

installation instructions:

Go to http://nodejs.org/#download and download the installer.
open a command prompt and type npm install -g coffee-script
type coffee to start the repl.

About this workshop:

  • Get a good text editor! You'll need an editor where you can use tabs as spaces, and preferably see where the tabs are. I use TextMate, but Sublime Text 2 is free and should suffice.
  • As hinted above, in coffeescript, white space is very important. If you use tabs the compiler will produce incorrect output. So switch your editor to use spaces instead of tabs.
  • You don't need to install node.js to use coffeescript. The compiler is written in coffeescript, which means you'll need a javascript runtime to compile your code. The official compiler uses node.js however, and so does the repl so i'd advise you to install it. The installation steps above will do this for you.

useful commands

  • coffee - start the interactive repl
  • coffee [filename] - run the provided coffeescript file
  • coffee -p [filename] - print out the compiled javascript from the provided coffescript file
  • coffee -c [filename] - compile the provided coffeescript file and write it out to a similarly named file

coffeescript-workshop's People

Contributors

ciaranw avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.