Categories
Programming and Podcasts

FLOSS Weekly // Episode 245

FLOSS logo

On this week’s FLOSS, Randal Schwartz and Aaron Newcomb sit down with Seth Ladd to chat about Dart:

Dart brings structure to web app engineering with a new language, libraries, and tools.

Dart is a class-based, object-oriented language with lexical scoping, closures, and optional static typing. Dart helps you build structured modern web apps and is easy to learn for a wide range of developers.

Dart Editor and the SDK provide an integrated development and debugging experience. The editor supports refactoring, breakpoints, code completion, code navigation, and more. The SDK contains the stand-alone virtual machine, a package manager, and Chromium with an embedded Dart VM.

Dart can be compiled to JavaScript, so you can use it for web apps in all modern desktop and mobile browsers. Our JavaScript compiler generates minimal code thanks to tree-shaking. Dart apps can also run on the server, in a stand-alone Dart VM.

FLOSS Weekly // Episode 245
[ episode notes | audio download | HD video download ]

Leave a Reply

Your email address will not be published. Required fields are marked *