Skip to content

blank71/scala-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala コレクション

  • Scala のコレクションに関する勉強を行ったので成果物を公開する。スライドは ここ から参照することができる。

参考文献

Scala インライン

  • Scala のメタプログラミングの要素の 1 つであるインラインについて調査した。レポートは ここ から参照することができる。

exec from scala-cli

  • --server=false を付けないと実行時にエラーを吐いてしまうため、設定している。
  • --main-class で実行したいクラスを指定する。
scala-cli run . --server=false --main-class IterableTrait
scala-cli run . --server=false --main-class Par
scala-cli run . --server=false --main-class SeqTrait
scala-cli run . --server=false --main-class SetTrait
scala-cli run . --server=false --main-class MiscTrait
scala-cli run . --server=false --main-class FactObj
scala-cli run . --server=false --main-class InlineMatch

scala-cli version

% scala-cli version
Scala CLI version: 1.5.1
Scala version (default): 3.5.1
Your Scala CLI version is outdated. The newest version is 1.5.4
It is recommended that you update Scala CLI through the same tool or method you used for its initial installation for avoiding the creation of outdated duplicates.

About

Scala のコレクションとインラインに関する資料; Scala collection and inline

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published