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


Pure Virtual C++ 2024 Sessions Announced
19/04/2024

Microsoft has announced the sessions for Pure Virtual C++ 2024, which is taking place on April 30th 15:00 UTC. People who sign up will get access to five sessions happening on the day, alongside a ran [ ... ]



The WinterJS Javascript Runtime Is Asking For Your Attention
11/04/2024

WinterJS is a brand new Javascript runtime by Wasmer which comes with the claim that it's the fastest of them all. Let's find out if that holds true.


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Wednesday, 10 September 2014 )