サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2024年ランキング
news.dartlang.org
Dart 1.24 is now available. It includes the Dart Development Compiler and supports a new generic function type syntax. Get it now! Figure 1: DDC debugging in Chrome. Some notable changes in this release: pub serve now has support for the Dart Development Compiler. Unlike dart2js, this new compiler is modular, which allows pub to do incremental re-builds for pub serve.In practice what that means is
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Dart in 2016: The fastest growing programming language at Google, 2nd fastest growing in TIOBE Index Dart was the fastest growing programming language at Google in 2016 with millions of lines of code written. It also made it to TIOBE Index Top 20 this month (see TIOBE's methodology). It takes time to build something as
For the latest Dart news, visit our new blog at https://medium.com/dartlang . We’re here at the Dart Developer Summit in Munich, Germany. Over 250 developers from more than 50 companies from all over the world just finished watching the keynote. This is a summary of the topics we covered: Dart is the fastest growing programming language at Google, with a 3.5x increase in lines of code since last
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Until now, the multiple language flavors of Angular 2 were written as TypeScript source, and then automatically compiled to both JavaScript and Dart. We're happy to announce that we’re splitting the Angular 2 codebase into two flavors – a Dart version and a TypeScript/JavaScript version – and creating a dedicated Angula
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Google just announced a re-designed AdWords experience. In case you’re not familiar with AdWords: businesses use it to advertise on google.com and partner websites. Advertising makes up majority of Google’s revenue, so when Google decides to completely redo the customer-facing front end to it, it’s a big deal. The Dart
Google is always busy building new web apps, and recently a lot of that development is using Angular 2 for Dart. Just last week, the Google Fiber team launched Google’s first production Angular 2 app, written in Dart. Take a look at their just-launched Angular 2 for Dart app: The Fiber team has lots of company within Google—Angular 2 for Dart is being quickly adopted by many other Google teams. Da
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Dart is an open-source programming language, with contributors working on the language, libraries, tools, and packages. To make working with our community even easier, today we are announcing that we've fully settled into our new home on GitHub. We invite you to follow along and contribute at https://github.com/dart-lan
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Asynchronous programming is everywhere – user interaction, network access, file I/O. Dart simplifies and enhances these scenarios with the 1.9 release. Today’s release introduces async methods and await expressions built on top of our existing Future API. You can now use familiar control flow features – for/while loops,
For the latest Dart news, visit our new blog at https://medium.com/dartlang . We work with many teams, inside and outside of Google, that use Dart every day to build business-critical apps. Their feedback is consistent: they love working with the Dart language, libraries, and tools, and they compile Dart to JavaScript when they deploy to the web. However, they also tell us they need better integ
For the latest Dart news, visit our new blog at https://medium.com/dartlang . The Dart language, libraries, and runtime make it easy to create command-line applications. In fact, all of the core tools in the Dart SDK – dart2js, pub, and dartanalyzer – are written in Dart. We wanted to allow developers to easily get their own Dart scripts and command-line apps into users' hands. With Dart 1.7, use
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
At its 107th General Assembly last week, Ecma approved the first edition of the Dart language specification. Dart is now an official Ecma standard and the specification is made available as Ecma-408 standard. We are very happy with the TC52 contributions from the community and the exciting language work on Enums, Deferred Loading and Async lying ahead. We encourage everyone interested in the evolu
For the latest Dart news, visit our new blog at https://medium.com/dartlang . It’s important for web experiences to work great on mobile devices. The latest release of the Dart includes a development version of Dartium – Chrome with the Dart Runtime – which runs on Android devices. We’ve also updated the Dart Editor to support debugging mobile web apps written in Dart. You can set breakpoints and
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Today we’re releasing the Dart SDK 1.0, a cross-browser, open source toolkit for structured web applications. In the two years since we first announced Dart, we’ve been working closely with early adopters to mature the project and grow the community. This release marks Dart's transition to a production-ready option for
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Today the Angular team announced the beta release of the AngularDart framework, their port of Angular to Dart. AngularDart is heavily inspired by AngularJS and is supercharged for Dart. Core Angular features such as directives, data binding, and dependency injection, are all there, and they've taken advantage of Dart's
For the latest Dart news, visit our new blog at https://medium.com/dartlang . The dart2js compiler, which converts Dart to JavaScript, now produces smaller and faster code thanks to its global type inferencer. By analyzing the entire program, the compiler can eliminate bailouts and redundant checks, resulting in code that runs faster on modern JavaScript engines. As evidenced by the graph below,
For the latest Dart news, visit our new blog at https://medium.com/dartlang . We are proud to announce the Milestone 3 release of the Dart SDK, which provides a new, cohesive API for asynchronous programming and a unified model for events. Some of the new or improved classes in this release include Iterable, Stream, and Future. Dart's M3 release delivers on a common developer request for a more u
This info is available and being tracked on dartlang.org/performance/, which we’ve launched today. It is the new place for up-to-date information on Dart performance. We’re tracking and comparing performance of V8, the Dart VM, and the Dart to JavaScript compiler for every new revision, so you can now follow performance improvements as they are landing and help us keep an eye out for regressions.
For the latest Dart news, visit our new blog at https://medium.com/dartlang . TL;DR: please play with our Stream-based IO and isolates and give us feedback. See instructions near the end of the this post. As announced some weeks ago, we have continued our library refactoring in an experimental branch to avoid unnecessary breakages. We have now reached a small milestone in our development, and wou
For the latest Dart news, visit our new blog at https://medium.com/dartlang . It must be something in the water. Gilad Bracha and Lars Bak announced Dart in Aarhus, Denmark about a year ago as a “new programming language for structured web programming”. Yesterday, Anders Hejlsberg, once again in Aarhus, Denmark, announced Microsoft’s new programming language, TypeScript, “a language for applicati
For the latest Dart news, visit our new blog at https://medium.com/dartlang . You can now use existing JavaScript code with Dart! We've recently released a JavaScript-Dart interop library, one of our developers' most requested features. This is a big milestone for the Dart project. Using this library, you can proxy JavaScript objects inside Dart code. You can also reach Dart functions from JavaSc
Greetings Dartisans, We're happy to announce that the Dart Editor Plugin for Eclipse is ready for preview. There are still some rough edges and we don't have feature parity with the standalone Dart Editor but there's enough in place that interested folks may want to check it out. If you want to kick the tires, add the following URL to the list of available software sites in your Eclipse installati
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Posted by Seth Ladd Today, the Dart VM team announced they will be removing support for String + operator from the VM on June 17th. In an email to the [email protected] group, Matthias Hausner wrote: "On Sunday, June 17, we will turn off support for the String + operator in the VM compiler and runtime. Any code that sti
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Posted by Seth Ladd Today, Kasper Lund, one of Dart engineers, submitted a patch that makes dart2js the only Dart to JavaScript compiler accessible to developers. The old frog compiler will be around just a little bit longer for some legacy integrations, but it is no longer accessible via the Editor or the SDK. In an em
For the latest Dart news, visit our new blog at https://medium.com/dartlang . Posted by Seth Ladd Today, Sam McCall announced mod_dart: the ability to run Dart apps embedded in Apache! Just like PHP, Perl, Python, and many other scripting languages, you can now use Dart to power your server-side web apps from inside the Apache web server. From Sam's post: I embedded the Dart VM in an Apache modul
The Dart 2.1 release is now available. This update to Dart 2 offers smaller code size, faster type checks, better usability for type errors, and new language features to improve productivity when building user experiences. See our Medium post for the full announcement.
このページを最初にブックマークしてみませんか?
『Dart News & Updates』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く