https://github.com/bearddan2000/scala-cli-bloop-sbt-erath-sieve
Given a number find all primes.
https://github.com/bearddan2000/scala-cli-bloop-sbt-erath-sieve
8 bloop bloop-sbt cli erath openjdk sbt scala sieve
Last synced: 4 months ago
JSON representation
Given a number find all primes.
- Host: GitHub
- URL: https://github.com/bearddan2000/scala-cli-bloop-sbt-erath-sieve
- Owner: bearddan2000
- Created: 2022-08-29T18:49:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T18:49:17.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T09:28:04.660Z (about 1 year ago)
- Topics: 8, bloop, bloop-sbt, cli, erath, openjdk, sbt, scala, sieve
- Language: Scala
- Homepage: https://github.com/bearddan2000/scala-cli-bloop-sbt-erath-sieve
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-cli-bloop-sbt-erath-sieve
## Description
Given a number find all primes.
Compiled and ran from build server `bloop`.
# Build note
Dependencies must be compatable with jdk8 or less.
## Tech stack
- bloop
- openjdk 8
- scala
- bloop-sbt
## Docker stack
- docker-cli
- eed3si9n/sbt
## Requirements
Docker desktop must be installed and the application
being called must be linux compatiple.
## To run
`sudo ./install.sh -u`
## To stop (optional)
`sudo ./install.sh -d`
## To see help
`sudo ./install.sh -h`