https://github.com/bearddan2000/perl-cli-bazel-seg-sieve-functional-prog
Given a range find all primes.
https://github.com/bearddan2000/perl-cli-bazel-seg-sieve-functional-prog
bazel cli functional perl prog seg sieve
Last synced: 2 months ago
JSON representation
Given a range find all primes.
- Host: GitHub
- URL: https://github.com/bearddan2000/perl-cli-bazel-seg-sieve-functional-prog
- Owner: bearddan2000
- Created: 2021-11-23T15:00:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T15:00:21.000Z (over 4 years ago)
- Last Synced: 2025-04-26T17:11:29.278Z (about 1 year ago)
- Topics: bazel, cli, functional, perl, prog, seg, sieve
- Language: Starlark
- Homepage: https://github.com/bearddan2000/perl-cli-bazel-seg-sieve-functional-prog
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perl-cli-bazel-seg-sieve-functional-prog
## Description
Given a range find all primes.
Follows functional programming
practices.
## Tech stack
- perl 5
- bazel
## Docker stack
- l.gcr.io/google/bazel:latest
## To run
`sudo ./install.sh -u`
## To stop (optional)
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`