File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ project/metals.sbt
1616# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1717hs_err_pid *
1818
19- tools /
19+ tools /
20+ journal /
Original file line number Diff line number Diff line change 11# acronyms
2+ MYINC
3+ svg
4+ yaml
5+ cli
6+
27
38# authors
49Kernighan
510Ritchie
611praisetompane
12+ alvinalexander
13+
714
815# concepts
916
@@ -12,11 +19,16 @@ praisetompane
1219
1320
1421# technology:
22+ pyspelling
23+ sbt
1524
1625
1726# institutions:
1827roadmap
1928hackerrank
29+ virtuslab
30+ epfl
31+ baeldung
2032
2133
2234# urls:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88
99## Language Details
1010- [ language reference] ( https://docs.scala-lang.org/scala3/reference/ )
11- - [ compiler] :
11+ - compiler:
1212 - [ Scala 3] ( https://github.com/scala/scala3 )
1313 - [ Scala 2.13.* ] ( https://github.com/scala/scala )
1414- [ base modules index] ( https://scala-lang.org/api/3.x/e )
Original file line number Diff line number Diff line change 11echo " installing scala"
2- asdf plugin add scala
3- asdf install scala latest
4- asdf global scala latest
2+ asdf plugin add scala
3+ asdf install scala latest
4+ asdf global scala latest
55echo " done"
66
77echo " installing sbt"
8- asdf plugin add sbt
9- asdf install sbt latest
10- asdf global sbt latest
8+ asdf plugin add sbt
9+ asdf install sbt latest
10+ asdf global sbt latest
1111echo " done"
1212
1313echo " installing coursier"
14- asdf plugin add coursier
15- asdf install coursier latest
16- asdf global coursier latest
14+ asdf plugin add coursier
15+ asdf install coursier latest
16+ asdf global coursier latest
1717echo " done"
1818
1919echo " installing scalafmt"
20- coursier install scalafmt
20+ coursier install scalafmt
2121echo " done"
2222
2323echo " adding Coursier binary library to PATH"
24- echo ' PATH="$PATH:$HOME/Library/Application Support/Coursier/bin"' >> ~ /.zshenv
24+ echo ' PATH="$PATH:$HOME/Library/Application Support/Coursier/bin"' >> ~ /.zshenv
2525echo " done"
You can’t perform that action at this time.
0 commit comments