This PoC is an experiment to try this silly idea and see how much it works.
The program entry point is in C (main() function), and it calls individual functions from multiple languages :
* I didn't find any logo
Packages to install are listed in Docker images :
Then, simply do :
makeThe build is tested with Docker images.
Beware, they will take a LOT of disk space as many languages toolchains are installed.
Here are the commands :
# Install Docker
sudo dnf install docker
# Initialize Docker
sudo systemctl enable docker
sudo systemctl start docker
# Run Docker images (takes a LOT of disk space)
make docker
# Remove Docker images (frees disk space)
make docker-clean