Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: faq.md

Issue 1383673003: Fletch 0.1.0 documentation (Closed) Base URL: https://github.com/dart-lang/fletch.git@gh-pages
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ---
2 title: Fletch project FAQ
3 layout: page
4 ---
5
6 # Fletch project FAQ
7
8 Fletch is still highly experimental, so we are sure you have lots of questions.
9 Please take a look at the FAQ (Frequently Asked Questions) below, and if that
10 does not answer your question, please join us in our [Fletch
11 Discuss](https://groups.google.com/forum/#!forum/fletch-discuss) group.
12
13 ## FAQ
14
15 * *Q*: What is the Fletch Project?
16 * *A*: Fletch is an **experimental** project to enable highly productive
17 development for devices. It is powered by the [Dart
Søren Gjesse 2015/10/05 16:19:50 Maybe clarify "device"
mit 2015/10/05 17:51:38 Done.
18 language](https://www.dartlang.org/docs/dart-up-and-running/ch02.html) and a
19 fast, lean runtime.
20
21 * *Q*: What is the state of the project?
22 * *A*: Fletch is an experimental project in the pre-alpha phase. Things are stil l
Søren Gjesse 2015/10/05 16:19:50 nit: long line
mit 2015/10/05 17:51:38 Done.
23 incomplete, and under development. Please take a look, [try it
24 out](index.html), and give us some [feedback](feedback.html)!
25
26 * *A*: What is supported?
27 * *Q*: You need a client PC for writing your program, and a target device for
28 executing it. The current SDK supports Linux and Mac as the client OS (sorry,
29 no Windows support yet), and as its only target device the [R]aspberry Pi 2
wibling 2015/10/05 15:19:58 NIT: I would move "as its only target device" afte
Søren Gjesse 2015/10/05 16:19:50 Shouldn't the ] after R be removed - or is there s
mit 2015/10/05 17:51:38 Done.
mit 2015/10/05 17:51:38 Done.
30 Model B](https://www.raspberrypi.org/products/raspberry-pi-2-model-b/).
31
32 * *Q*: What about Pub, dartfmt, docgen, analyzer from the [Dart
33 SDK](https://www.dartlang.org/tools/sdk/)?
34 * *A*: These are currently not supported for Fletch.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698