https://github.com/smeghead/gfp-copying
なっとく!関数型プログラミングの写経
https://github.com/smeghead/gfp-copying
Last synced: 2 months ago
JSON representation
なっとく!関数型プログラミングの写経
- Host: GitHub
- URL: https://github.com/smeghead/gfp-copying
- Owner: smeghead
- License: mit
- Created: 2024-09-02T12:18:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T12:17:38.000Z (9 months ago)
- Last Synced: 2025-02-07T22:53:45.242Z (4 months ago)
- Language: Scala
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GFP-copying
なっとく!関数型プログラミングの写経## Docker
```bash
docker run --rm -it -v $(pwd):/root sbtscala/scala-sbt:eclipse-temurin-alpine-21.0.2_13_1.10.1_3.5.0 bash
```