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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: faq.md
diff --git a/faq.md b/faq.md
new file mode 100644
index 0000000000000000000000000000000000000000..1068af9dc9161bcedb214041a4072bb39b4d59ba
--- /dev/null
+++ b/faq.md
@@ -0,0 +1,34 @@
+---
+title: Fletch project FAQ
+layout: page
+---
+
+# Fletch project FAQ
+
+Fletch is still highly experimental, so we are sure you have lots of questions.
+Please take a look at the FAQ (Frequently Asked Questions) below, and if that
+does not answer your question, please join us in our [Fletch
+Discuss](https://groups.google.com/forum/#!forum/fletch-discuss) group.
+
+## FAQ
+
+* *Q*: What is the Fletch Project?
+* *A*: Fletch is an **experimental** project to enable highly productive
+ 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.
+ language](https://www.dartlang.org/docs/dart-up-and-running/ch02.html) and a
+ fast, lean runtime.
+
+* *Q*: What is the state of the project?
+* *A*: Fletch is an experimental project in the pre-alpha phase. Things are still
Søren Gjesse 2015/10/05 16:19:50 nit: long line
mit 2015/10/05 17:51:38 Done.
+ incomplete, and under development. Please take a look, [try it
+ out](index.html), and give us some [feedback](feedback.html)!
+
+* *A*: What is supported?
+* *Q*: You need a client PC for writing your program, and a target device for
+ executing it. The current SDK supports Linux and Mac as the client OS (sorry,
+ 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.
+ Model B](https://www.raspberrypi.org/products/raspberry-pi-2-model-b/).
+
+* *Q*: What about Pub, dartfmt, docgen, analyzer from the [Dart
+ SDK](https://www.dartlang.org/tools/sdk/)?
+* *A*: These are currently not supported for Fletch.

Powered by Google App Engine
This is Rietveld 408576698