On Tue, 07 Jun 2022, "Thompson, David" <dthomps...@worcester.edu> wrote:
> It doesn't actually generate standalone binaries. It is very hacky but it
> can produce redistributable tarballs for a specific use-case (games using
> chickadee) by including shared libraries and other bits from the host
> system.

Kind of like what `guix pack' does?

> Standalone executables will not really be possible until Guile's
> compiler is capable of producing them.

I guess it would be possible if someone were to make a linker that links
all *.go files together.  Than a loader could load that single file and
setup thing to run in the Guile's VM.

-- 
Olivier Dion
oldiob.dev

Reply via email to