|
|
By tim, on October 1st, 2012 Follow tim on Twitter Microsoft’s Anders Hejlsberg has introduced TypeScript, a programming language which is a superset of JavaScript and which compiles to JavaScript code.
The thinking behind TypeScript is that JavaScript is unsuitable for large projects.
“JavaScript was never designed to be a programming language for big applications,” says Microsoft’s Anders Hejlsberg, inventor of C#. “It’s a
…continue reading Here comes TypeScript: Microsoft’s superset of JavaScript
By tim, on September 17th, 2012 Follow tim on Twitter Dropbox is a high-profile convert to CoffeeScript, a language that has the elegance of Ruby or Python but compiles into clean JavaScript in order to run in the browser. The Dropbox team says that CoffeeScript fixes many of JavaScript’s “syntactic problems.” In addition, a porting exercise reduced 23,437 lines of JavaScript to 18,417 lines of
…continue reading Dropbox turns to CoffeeScript to beat JavaScript syntactic noise
By tim, on April 27th, 2012 Follow tim on Twitter Whomever called JavaScript the assembly language of the web was a true prophet.
Compiling .Net code to JavaScript is not new. I have heard that Microsoft’s Office Web Apps, browser-hosted editing of Office documents, are built with Script#.
The difference with JSIL is that it compiles .NET Intermediate Language (IL), and therefore works with
…continue reading Convert .NET Intermediate Language to JavaScript
By tim, on February 14th, 2012 Follow tim on Twitter Here is an interesting project for Delphi developers: a compiler and IDE that takes your Object Pascal code and outputs HTML and JavaScript.
Smart Mobile Studio, also known as OPJS (Object Pascal to JavaScript) is a project from Optimale Systemer AS, and supports not only the Object Pascal language. but also reusable components
…continue reading Compile Object Pascal to JavaScript with Smart Mobile Studio
By tim, on November 22nd, 2011 Follow tim on Twitter Microsoft has posted an article on Evolving ECMAScript on its IE Blog. ECMAScript is the official standard for what we call JavaScript. The company is proposing some minor additions “to address gaps in Math, String and Number functionality as well as Globalization.” It has also taken the opportunity to take a shot at Google, which
…continue reading Microsoft backs ECMAScript, dismisses Google Dart
By tim, on November 16th, 2011 Follow tim on Twitter Adobe has issued further information about its intention to donate the Flex SDK, which builds Flash applications from XML and ActionScript, to the Apache Software Foundation. Specifically, the donation will include:
BlazeDS, the free version of LiveCycle Data Services Falcon, the new Flex compiler due to be completed in 2012 Falcon JS, a previously unannounced
…continue reading Adobe’s Falcon JS: Compile Flex code to HTML and Javascript
By tim, on October 10th, 2011 Follow tim on Twitter Google has announced an early preview of Dart, a new language for web applications. The news is not a surprise, especially if you have been keeping track of the developer conference GOTO Aarhus, whose organisers had pre-announced that Google would be announcing its new language there, as indeed it did.
Dart is a curly-brace
…continue reading Google offers the web a new language called Dart – but why?
By tim, on July 21st, 2011 Follow tim on Twitter Wolfram has announced the Computable Document Format (CDF), a document format that enables live computation to be embedded within it. “It’s a new way to communicate the world’s quantitative ideas much more richly than we have in the past, and in doing that a new kind of active document,” says Conrad Wolfram, Strategic Director of
…continue reading Wolfram announces Computable Document Format for interactive docs
By tim, on June 24th, 2011 Follow tim on Twitter Microsoft will port node.js to Windows in partnership with Joyent. This will work on Windows Azure as well as other versions of Windows back to Server 2003.
But can you not already run node.js on Windows? This is possible using Cygwin and instructions are here. Cygwin makes Windows more like Linux by providing familiar Linux
…continue reading Microsoft partners with Joyent to bring node.js server-side JavaScript to Windows
By tim, on June 8th, 2011 Follow tim on Twitter A discussion with a friend about the origins of Microsoft’s .NET runtime prompted a little research. How did it come about?
A quick search does not throw up any detailed accounts. Part of the problem is that much of it is internal Microsoft history, confidential at the time.
One strand, mentioned here, is Colusa’s OmniVM:
…continue reading Full circle at Microsoft: from the early days of .NET to the new Chakra JavaScript engine
|
|
Recent Comments