Skip to content

Commit

Permalink
Added scala
Browse files Browse the repository at this point in the history
  • Loading branch information
halyph committed Oct 9, 2023
1 parent 19747c8 commit c09fd38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/wiki/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ nav:
- Go
- Python
- Java
- Scala
- ...
- tags.md
12 changes: 12 additions & 0 deletions docs/wiki/Scala/index.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c09fd38

Please sign in to comment.