PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.44k stars 575 forks source link

Add Phix solution #887

Closed rzuckerm closed 1 year ago

rzuckerm commented 1 year ago

Description

Add Phix solution. Phix is based on Euphoria, so this code is almost identical to the Euphoria solution. However, it does perform differently. See the README in this PR for further details. Also, the installation process in the Dockerfile is really bizarre since this language isn't available on docker hub or as any type of Linux package.

Contributing requirements

rbergen commented 1 year ago

Interesting! I see your point about the Dockerfile. We do have some other jewels in the repository, although mostly indirectly. That is to say that we create separate Dockerfile repos for the more complex/time consuming Docker base image builds, and post the resulting images on Docker Hub. I think the Dockerfile for Chapel is my favorite of the ones I created.