From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.user Subject: Re: Is it possible to write program only in Guile? Date: Wed, 18 Oct 2023 10:43:25 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2965"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (berkeley-unix) Cc: guile-user@gnu.org, basile@starynkevitch.net, olivier.dion@polymtl.ca, zelphirkaltstahl@posteo.de To: CToID Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Oct 18 16:43:48 2023 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qt7lz-0000Wr-H7 for guile-user@m.gmane-mx.org; Wed, 18 Oct 2023 16:43:47 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qt7lj-0005FR-Kd; Wed, 18 Oct 2023 10:43:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qt7li-0005EG-4R for guile-user@gnu.org; Wed, 18 Oct 2023 10:43:30 -0400 Original-Received: from s1.lexort.com ([71.19.148.97]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qt7lg-0001nV-He for guile-user@gnu.org; Wed, 18 Oct 2023 10:43:29 -0400 Original-Received: by s1.lexort.com (Postfix, from userid 10853) id 8852141069F; Wed, 18 Oct 2023 10:43:25 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lexort.com; s=mail; t=1697640205; bh=fm5K8AdAay1atJ85PZvmIr8WgzDCcy3ULQuPxF2sB8M=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=cJ+KCRJT10nasmRB/KKjbciekEbBpxYfNRGUEcfxYTj9cRiGe7ho/aqvpnZJN7VQq R7s3D0aT1AZvirORxh37KSkM3ooA7wxoRR0a4oGGuNjMOK1PX4brFYnVDJm3gY7tVN nf/g5SQjtw/m7JtrJA4bzX8kH3Y/JEItfxyVTpyk= OpenPGP: id=098ED60E In-Reply-To: (CToID's message of "Wed, 18 Oct 2023 21:31:34 +0800") Received-SPF: pass client-ip=71.19.148.97; envelope-from=gdt@lexort.com; helo=s1.lexort.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:19278 Archived-At: CToID writes: > How do I distribute Guile programs to somebody who doesn't have Guile > installed on their system?=C2=A0 It does not seem like Guile compiler is > able to produce a standalone executable. The same way you distribute Java programs, python programs and perl programs. You ask they they install the langauge environment as part of your instructions