Dart is a new open source programming language created by Google. It is a simple object-oriented language with optional static typing that compiles to JavaScript. Dart aims to make web development easier by improving on JavaScript syntax and providing better tools like an optional type system, classes, and isolates for concurrency. It is not meant to replace JavaScript but to make web development more productive across platforms.