File tree 5 files changed +31
-11
lines changed 5 files changed +31
-11
lines changed Original file line number Diff line number Diff line change 8
8
* [ FAQ] ( http://dotty.epfl.ch/#why-dotty )
9
9
* [ Mailing list] ( https://groups.google.com/forum/#!forum/dotty-internals )
10
10
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
+
11
15
How to Contribute
12
16
=================
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 )
14
18
* [ Awesome Error Messages] ( http://scala-lang.org/blog/2016/10/14/dotty-errors.html )
15
19
* [ Issues] ( https://github.com/lampepfl/dotty/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 )
16
20
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
+
7
19
</ div >
8
20
</ div >
9
-
Original file line number Diff line number Diff line change 1
1
< div class ="page red exactly-one-page ">
2
2
< div id ="header ">
3
3
< 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 >
4
9
< li class ="nav-item ">
5
10
< a class ="nav-link " href ="#why-dotty ">
6
11
FAQ
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ layout: doc-page
3
3
title : " Using Dotty with sbt"
4
4
---
5
5
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 12
12
---
13
13
< div id ="content ">
14
14
{% include logo-page.html %}
15
- {% include faq.html %}
16
- {% include features.html %}
17
15
{% include getting-started.html %}
16
+ {% include features.html %}
17
+ {% include faq.html %}
18
18
</ div >
You can’t perform that action at this time.
0 commit comments