diff --git a/docs/.gitignore b/docs/.gitignore
deleted file mode 100644
index 6f8e43ce5ec4..000000000000
--- a/docs/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-# Jekyll specific ignores
-vendor/
-.bundle/
-Gemfile.lock
-_site/
-.sass-cache/
diff --git a/docs/_includes/features.html b/docs/_includes/features.html
deleted file mode 100644
index 0396d7278f0f..000000000000
--- a/docs/_includes/features.html
+++ /dev/null
@@ -1,123 +0,0 @@
- That’s great! We have more details on the docs and please join our Gitter channel! If you are a Mac user, you can install Dotty with brew: If you are a Linux or Windows user, download the latest release. Optionally add path of the folder Now you can compile Scala source code: To start the REPL, run: Or, you can try Dotty in your browser with Scastie. The fastest way to create a new project in Dotty is using sbt (1.1.4+). Create a Dotty project: Or a Dotty project that cross compiles with Scala 2: For documentation see the Dotty Example Project. A next-generation compiler for Scala (scroll down for more info)So, features?
-
-
-
-
- Intersection Types
- Implemented
-
-
- Union Types
- Implemented
-
-
- Type lambdas
- Implemented
-
-
- Context query
- Implemented
-
-
- Trait parameters
- Implemented
-
-
- Implied Instances
- Implemented
-
-
- Inferable parameters
- Implemented
-
-
- Extension Methods
- Implemented
-
-
- Opaque Type Aliases
- Implemented
-
-
- Toplevel definitions
- Implemented
-
-
- Export clauses
- Implemented
-
-
- Vararg patterns
- Implemented
-
-
- Creator applications
- Implemented
-
-
- @static methods and fields
- Implemented
-
-
- SBT incremental build
- Implemented
-
-
- Option-less pattern matching
- Implemented
-
-
- Multiversal equality
- Implemented
-
-
- Erased Terms
- Implemented
-
-
- Auto-Specialization
- In progress
-
-
- Whole program optimizer
- In progress
-
-
- HList & HMaps/Record types
- In progress
-
-
-
-
-
-
- Effects
- Considered
-
-
-
- …and many more, check the overview page for a comprehensive list
-
- Talks on Dotty?
-
-
- I have more questions!
-
- Try Dotty
-
-
- brew install lampepfl/brew/dotty
bin/
to the system environment variable PATH
.
-
- scalac hello.scala
scala
.Create a Dotty Project
-
-
- sbt new scala/scala3.g8
-
- sbt new scala/scala3-cross.g8
-
Dotty
-
A next-generation compiler for Scala
+(scroll down for more info)
+There are multiple ways of getting started with Scala 3.
+cs setup
. You can also run cs install scala3-compiler
or cs install scala3-repl
to install command-line commands for the compiler and repl, correspondingly.If you are a Mac user, you can install Scala 3 with brew:
+brew install lampepfl/brew/dotty
+
+
+ If you are a Linux or Windows user, as a prerequisite you need a JDK 8 or later properly installed on your system. The environment variable JAVA_HOME
should point to your Java installation.
+ For Windows users, we recommend using the Windows subsystem for linux or some other bash shell like git bash.
+ Then download the latest release. Optionally add the path of the folder bin/
to the system environment variable PATH
.
+
Now you can compile Scala source code:
+scalac hello.scala
+
+ To start the REPL, run: scala
.
The fastest way to create a new project in Scala 3 is using sbt (1.1.4+).
+ +Create a Scala 3 project:
+sbt new lampepfl/dotty.g8
+
+ Or a Scala 3 project that cross compiles with Scala 2:
+sbt new lampepfl/dotty-cross.g8
+
+ For documentation see the Scala 3 Example Project.
+ +You can find much more information about Scala 3 in ...
+A next-generation compiler for Scala
-(scroll down for more info)
-There are multiple ways of getting started with Scala 3.
-cs setup
. You can also run cs install scala3-compiler
or cs install scala3-repl
to install command-line commands for the compiler and repl, correspondingly.If you are a Mac user, you can install Scala 3 with brew:
-brew install lampepfl/brew/dotty
-
-
- If you are a Linux or Windows user, as a prerequisite you need a JDK 8 or later properly installed on your system. The environment variable JAVA_HOME
should point to your Java installation.
- For Windows users, we recommend using the Windows subsystem for linux or some other bash shell like git bash.
- Then download the latest release. Optionally add the path of the folder bin/
to the system environment variable PATH
.
-
Now you can compile Scala source code:
-scalac hello.scala
-
- To start the REPL, run: scala
.
The fastest way to create a new project in Scala 3 is using sbt (1.1.4+).
- -Create a Scala 3 project:
-sbt new lampepfl/dotty.g8
-
- Or a Scala 3 project that cross compiles with Scala 2:
-sbt new lampepfl/dotty-cross.g8
-
- For documentation see the Scala 3 Example Project.
- -You can find much more information about Scala 3 in ...
-