From c09fd38bed020373ef1a5bf805c617df5f793bb6 Mon Sep 17 00:00:00 2001 From: Orest Ivasiv Date: Mon, 9 Oct 2023 21:10:50 +0200 Subject: [PATCH] Added scala --- docs/wiki/.pages | 1 + docs/wiki/Scala/index.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/wiki/Scala/index.md diff --git a/docs/wiki/.pages b/docs/wiki/.pages index fb443a5..a9e6156 100644 --- a/docs/wiki/.pages +++ b/docs/wiki/.pages @@ -6,5 +6,6 @@ nav: - Go - Python - Java + - Scala - ... - tags.md \ No newline at end of file diff --git a/docs/wiki/Scala/index.md b/docs/wiki/Scala/index.md new file mode 100644 index 0000000..801ccfd --- /dev/null +++ b/docs/wiki/Scala/index.md @@ -0,0 +1,12 @@ +--- +tags: + - scala +--- + +# Scala usesul links + +## Sites/Repos + +- [Mutable and Immutable Collections](https://docs.scala-lang.org/overviews/collections-2.13/overview.html) +- [Collections - Performance Characteristics](https://docs.scala-lang.org/overviews/collections-2.13/performance-characteristics.html) +- [vkostyukov/scalacaster](https://github.com/vkostyukov/scalacaster) - Purely Functional Algorithms and Data Structures in Scala \ No newline at end of file