File tree Expand file tree Collapse file tree 5 files changed +31
-11
lines changed
Expand file tree Collapse file tree 5 files changed +31
-11
lines changed Original file line number Diff line number Diff line change 88* [ FAQ] ( http://dotty.epfl.ch/#why-dotty )
99* [ Mailing list] ( https://groups.google.com/forum/#!forum/dotty-internals )
1010
11+ Try it out
12+ ==========
13+ To try it in your project see also the [ Getting Started User Guide] ( http://dotty.epfl.ch/#getting-started ) .
14+
1115How to Contribute
1216=================
13- * [ Getting Started] ( http://dotty.epfl.ch/docs/contributing/getting-started.html )
17+ * [ Getting Started as Contributor ] ( http://dotty.epfl.ch/docs/contributing/getting-started.html )
1418* [ Awesome Error Messages] ( http://scala-lang.org/blog/2016/10/14/dotty-errors.html )
1519* [ Issues] ( https://github.com/lampepfl/dotty/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 )
1620
Original file line number Diff line number Diff line change 1- < div class ="page white ">
2- < div class ="centered " style ="padding-top: 32px ">
3- < h1 id ="getting-started "> Getting Started</ h1 >
4- < p >
5- See the < a href ="https://github.com/lampepfl/dotty-example-project "> example project</ a > .
6- </ p >
1+ < div class ="page blue ">
2+ < div class ="centered questions ">
3+
4+ < h1 id ="getting-started "> Try Dotty</ h1 >
5+ < p > Try it in your browser with < a href ="https://scastie.scala-lang.org/ "> Scastie</ a > by changing the target to Dotty in the Build Settings.</ p >
6+
7+
8+ < h1 id ="getting-started-with-a-project "> Create a Dotty Project</ h1 >
9+ < p > The fastest way to create a new project in Dotty is using < a href ="http://www.scala-sbt.org/ "> sbt (0.13.15+)</ a > .</ p >
10+
11+ < p > Create a Dotty project:</ p >
12+ < pre class ="sourceCode bright "> < code > sbt new < a href ="https://github.com/lampepfl/dotty.g8 "> lampepfl/dotty.g8</ a > </ code > </ pre >
13+
14+ < p > Or a Dotty project that cross compiles with Scala 2:</ p >
15+ < pre class ="sourceCode bright "> < code > sbt new < a href ="https://github.com/lampepfl/dotty-cross.g8 "> lampepfl/dotty-cross.g8</ a > </ code > </ pre >
16+
17+ < p > For documentation see the < a href ="https://github.com/lampepfl/dotty-example-project "> Dotty Example Project</ a > .</ p >
18+
719 </ div >
820</ div >
9-
Original file line number Diff line number Diff line change 11< div class ="page red exactly-one-page ">
22 < div id ="header ">
33 < nav class ="nav nav-pills ">
4+ < li class ="nav-item ">
5+ < a class ="nav-link " href ="#getting-started ">
6+ Try it now
7+ </ a >
8+ </ li >
49 < li class ="nav-item ">
510 < a class ="nav-link " href ="#why-dotty ">
611 FAQ
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ layout: doc-page
33title : " Using Dotty with sbt"
44---
55
6- See the [ example project ] ( https ://github.com/lampepfl/dotty-example-project ) .
6+ To try it in your project see the [ Getting Started User Guide ] ( http ://dotty.epfl.ch/#getting-started ) .
Original file line number Diff line number Diff line change 1212---
1313< div id ="content ">
1414 {% include logo-page.html %}
15- {% include faq.html %}
16- {% include features.html %}
1715 {% include getting-started.html %}
16+ {% include features.html %}
17+ {% include faq.html %}
1818</ div >
You can’t perform that action at this time.
0 commit comments