You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Retropikzel I think it would be a good idea to make Alpine containers for every Scheme implementation that can do it, as is the custom among many open source projects. Alpine is notable for its small footprint, and also for using musl libc instead of glibc. In the interest of portability it is useful to keep tabs on which Schemes depend (perhaps unintentionally) on glibc features. STklos was a recent case.
Adding Alpine dockerfiles next to the current Debian dockerfiles would be an ordeal. This would be a good time to dust off the dockerfile generator.
The text was updated successfully, but these errors were encountered:
(Continuing from PR #26)
@Retropikzel I think it would be a good idea to make Alpine containers for every Scheme implementation that can do it, as is the custom among many open source projects. Alpine is notable for its small footprint, and also for using musl libc instead of glibc. In the interest of portability it is useful to keep tabs on which Schemes depend (perhaps unintentionally) on glibc features. STklos was a recent case.
Adding Alpine dockerfiles next to the current Debian dockerfiles would be an ordeal. This would be a good time to dust off the dockerfile generator.
The text was updated successfully, but these errors were encountered: