From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: CToID Newsgroups: gmane.lisp.guile.user Subject: Re: Is it possible to write program only in Guile? Date: Wed, 18 Oct 2023 21:31:34 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31862"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla Thunderbird Cc: basile@starynkevitch.net, olivier.dion@polymtl.ca, zelphirkaltstahl@posteo.de To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Oct 18 15:35:51 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 1qt6iF-00082k-2M for guile-user@m.gmane-mx.org; Wed, 18 Oct 2023 15:35:51 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qt6eD-0008Ak-Bn; Wed, 18 Oct 2023 09:31:41 -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 1qt6eC-0008AT-90 for guile-user@gnu.org; Wed, 18 Oct 2023 09:31:40 -0400 Original-Received: from forward500a.mail.yandex.net ([178.154.239.80]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qt6e9-0004lm-Bu for guile-user@gnu.org; Wed, 18 Oct 2023 09:31:40 -0400 Original-Received: from mail-nwsmtp-smtp-production-main-54.vla.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-54.vla.yp-c.yandex.net [IPv6:2a02:6b8:c18:3d80:0:640:1395:0]) by forward500a.mail.yandex.net (Yandex) with ESMTP id 17A0561404; Wed, 18 Oct 2023 16:31:31 +0300 (MSK) Original-Received: by mail-nwsmtp-smtp-production-main-54.vla.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id OVlXNWGPk8c0-2C7Q05gt; Wed, 18 Oct 2023 16:31:30 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1697635890; bh=alZy2v8b8wAw1Wb7IIY9oKf0JaxIPvtqx31g0cCHH6I=; h=From:In-Reply-To:Cc:Date:References:To:Subject:Message-ID; b=snli4zG0JvlX9jwrrdYdxlnB3voWYyRHyPuZQa7+ME2ggSc3RYmE/JFdTEfBWMW8H BBTXsHpvmC6cCF4SJZzynDS50NZTjgVPEJLxiL2tALP3c5PYPyCKtSwgOVS+X5nWDf ceIilFtl0AV5JRFeXEWTr0vd+aLndEa8Z2aKN6Vk= Authentication-Results: mail-nwsmtp-smtp-production-main-54.vla.yp-c.yandex.net; dkim=pass header.i=@yandex.com Content-Language: en-US In-Reply-To: Received-SPF: pass client-ip=178.154.239.80; envelope-from=funk443@yandex.com; helo=forward500a.mail.yandex.net X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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:19275 Archived-At: Thanks for all of your kind and informative replies, I have just another question about Guile. How do I distribute Guile programs to somebody who doesn't have Guile installed on their system?  It does not seem like Guile compiler is able to produce a standalone executable.