An open API service indexing awesome lists of open source software.

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.

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`