[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [EXT] Re: guile program distributed as single executable?
From: |
Olivier Dion |
Subject: |
Re: [EXT] Re: guile program distributed as single executable? |
Date: |
Tue, 07 Jun 2022 11:59:24 -0400 |
On Tue, 07 Jun 2022, "Thompson, David" <dthompson2@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