Skip to content

Commit

Permalink
Merge pull request #151 from kevmoo/dart
Browse files Browse the repository at this point in the history
Dart: update status and description, provide a link to usage
  • Loading branch information
appcypher authored Apr 16, 2024
2 parents 0adaa51 + cda922e commit 3097b92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ This repo contains a list of languages that currently compile to or have their V
- [C4wa](#c4wa)
- [Crystal](#crystal)
- [D](#d)
- [Dart](#dart)
- [Eclair](#eclair)
- [Eel](#eel)
- [Elixir](#elixir)
Expand Down Expand Up @@ -71,7 +72,6 @@ This repo contains a list of languages that currently compile to or have their V
- [Ballerina](#ballerina)
- [BASIC](#basic)
- [Co](#co)
- [Dart](#dart)
- [Faust](#faust)
- [Forest](#forest)
- [Haskell](#haskell)
Expand Down Expand Up @@ -232,9 +232,10 @@ This repo contains a list of languages that currently compile to or have their V
--------------------

### <a name="dart"></a>Dart <sup>[top⇈](#contents)</sup>
> Dart is a client-optimized language for developing fast apps on any platform. Its goal is to offer the most productive programming language for multi-platform development, paired with a flexible execution runtime platform for app frameworks.
> An approachable, portable, and productive language for high-quality apps on any platform
* [sdk](https://github.com/dart-lang/sdk) - The Dart SDK, including the VM, dart2js, core libraries, and more.
* [language](https://github.com/dart-lang/language) - Design of the Dart language
* [Use via Flutter](https://flutter.dev/wasm) - How to compile Dart to WebAssembly for a Flutter Web application

--------------------

Expand Down

0 comments on commit 3097b92

Please sign in to comment.