-
Updated
Aug 28, 2020 - Scala
dotty
Here are 65 public repositories matching this topic...
-
Updated
May 28, 2018 - Scala
-
Updated
Aug 28, 2020 - Scala
-
Updated
Jul 28, 2020 - Scala
-
Updated
Jul 28, 2020 - Scala
-
Updated
Aug 29, 2020 - Scala
Sometimes it's useful not to turn off automatic server launching (automatic server selection off and default server none), but then there is not way to launch a server in the current project.
It could be either 3 separate commands, one for each server, or one command and a dialog to choose one. It could also suggest the server depending on the project setup (as if automatic server selection
-
Updated
Sep 8, 2019 - Scala
Add Keras API
Add RaggedTensor
use as monad Try[List[_]] (or just List) and implement some exploring space algorithms, such as 8 eight queens puzzle, or knight tour in the monad, to have an example, which will not compile, but will eventually be compiled after we will add more construct. This will make the game of enumerating all possible scala syntax trees not such boring ;)
-
Updated
Jun 6, 2017
-
Updated
Aug 26, 2020 - Java
-
Updated
Aug 22, 2020 - Scala
-
Updated
Jul 15, 2020 - Scala
Improve this page
Add a description, image, and links to the dotty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotty topic, visit your repo's landing page and select "manage topics."
The quick sort implemented in the folder Scala-Way is using a mutable array. Can/Should this be done in an immutable way?