Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-es/grokkingfp
「なっとく!関数型プログラミング」演習
https://github.com/jay-es/grokkingfp
Last synced: about 12 hours ago
JSON representation
「なっとく!関数型プログラミング」演習
- Host: GitHub
- URL: https://github.com/jay-es/grokkingfp
- Owner: jay-es
- Created: 2023-09-13T11:31:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T05:14:29.000Z (about 1 year ago)
- Last Synced: 2024-04-23T20:23:21.415Z (7 months ago)
- Language: Scala
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
# Scala の REPL 起動
sbt console
# スクリプトファイル実行
:load src/main/scala/part1/ch01.sc
```本家サンプルコード
https://github.com/miciek/grokkingfp-examplesdevcontainer.json や .gitignore 等の参考元
https://github.com/typeduke/scala-sbt-codespaces-template/blob/main/.gitignore