CoffeeScript Update
Written by Kay Ewbank   
Friday, 05 September 2014

There’s a new release of CoffeeScript designed to sort out minor problems.

CoffeeScript 1.8.0 offers an easier way to write JavaScript, as programs written in it compile one-to-one into JavaScript.

The official CoffeeScript website says the language aims to expose the good parts of JavaScript in a simple way. You can use any existing JavaScript library seamlessly from CoffeeScript, and the compiled output remains readable, passes through JavaScript Lint without warnings, will work in every JavaScript runtime, and tends to run as fast or faster than the equivalent handwritten JavaScript.

The “main” improvements added by the update start with some minor enhancements to source maps that help debug CoffeeScript from errors in the generated JavaScript. They now use .js.map as the file extension rather than just .map. More usefully, the location data for string interpolations has been fixed so that source maps are no longer out of sync.

The CoffeeScript REPL has fixes for the latest node. It is also now exported and you can make it a required module using

 require 'coffee-script/repl'

Other changes are very minor - the compiler no longer crashes on unterminated, single-quoted strings; and the error marker in error messages is now correctly positioned if the code is indented with tabs. The developers have also fixed a slight formatting error in CoffeeScript’s source map-patched stack traces.

CoffeeScript creator Jeremy Ashkenas has described the language as stable and mostly finished, with no major changes planned for the future.

 

The 1.8 release is available on the CoffeeScript site and on Github.

Banner


Supersimple - Deep Insights From Data
02/04/2024

Announcing $2.2 Million in pre-seed funding, the Estonian startup Supersimple has launched an AI-native data analytics platform which combines a semantic data modeling layer with the ability to answer [ ... ]



Quadrupedal Parkour
31/03/2024

What is it with robots and parkour? First Atlas and now ANYmal want to impress us with their prowess. For the roboticist, however, emulating the skills of free running can enhance the capabilities of  [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 10 September 2014 )