https://github.com/bearddan2000/perl-cli-bazel-sieve-functional-prog
Given a number find all primes.
https://github.com/bearddan2000/perl-cli-bazel-sieve-functional-prog
5 bazel cli functional perl prog sieve
Last synced: about 1 month ago
JSON representation
Given a number find all primes.
- Host: GitHub
- URL: https://github.com/bearddan2000/perl-cli-bazel-sieve-functional-prog
- Owner: bearddan2000
- Created: 2021-11-24T15:48:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T15:48:52.000Z (over 4 years ago)
- Last Synced: 2025-03-24T11:24:39.006Z (about 1 year ago)
- Topics: 5, bazel, cli, functional, perl, prog, sieve
- Language: Starlark
- Homepage: https://github.com/bearddan2000/perl-cli-bazel-sieve-functional-prog
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perl-cli-bazel-sieve-functional-prog
## Description
Given a number 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`