Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jay-es/grokkingfp

「なっとく!関数型プログラミング」演習
https://github.com/jay-es/grokkingfp

Last synced: about 12 hours ago
JSON representation

「なっとく!関数型プログラミング」演習

Awesome Lists containing this project

README

        

```shell
# Scala の REPL 起動
sbt console
# スクリプトファイル実行
:load src/main/scala/part1/ch01.sc
```

本家サンプルコード
https://github.com/miciek/grokkingfp-examples

devcontainer.json や .gitignore 等の参考元
https://github.com/typeduke/scala-sbt-codespaces-template/blob/main/.gitignore