Coffee-Script Quick Start on Ubuntu Linux
[ad_slider autoplay=”true” interval=”8″ count=”5″]
How to Install and Getting Started with CoffeeScript Programming on Ubuntu 14.04 Trusty Tahr LTS GNU+Linux desktop.
The CoffeeScript programs are Compiled and Translated into JavaScript, so finally they are pure JavaScript programs underneath.
The CoffeeScript compiled output is readable and pretty-printed, will work in every JavaScript runtime, and tends to run as fast or faster than the equivalent handwritten JavaScript.
-
Open a Command Line Terminal Window
Ctrl+Alt+t on desktop
(Press “Enter” to Execute Commands)
In case first see: Terminal Quick Start Guide.
-
How to Install Latest Node.js on Ubuntu Linux
Installing Node.js on Ubuntu[ad_slider autoplay=”true” interval=”8″ count=”5″] -
Installing CoffeeScript on Ubuntu.
npm install -g coffee-script
-
Run the CoffeeScript REPL.
coffee
-
Getting Started Learning CoffeeScript Programming
CoffeeScript Quick Start Coding[ad_slider autoplay=”true” interval=”8″ count=”5″]