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: Is it possible to write program only in Guile? Date: Wed, 18 Oct 2023 18:23:50 +0800 Message-ID: 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="5569"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla Thunderbird To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Oct 18 14:45:39 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 1qt5ve-0001EE-TT for guile-user@m.gmane-mx.org; Wed, 18 Oct 2023 14:45:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qt5vB-00072R-Rm; Wed, 18 Oct 2023 08:45:09 -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 1qt3iS-0001iB-6M for guile-user@gnu.org; Wed, 18 Oct 2023 06:23:52 -0400 Original-Received: from forward102a.mail.yandex.net ([178.154.239.85]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qt3iN-0002Bn-4R for guile-user@gnu.org; Wed, 18 Oct 2023 06:23:51 -0400 Original-Received: from mail-nwsmtp-smtp-production-main-24.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-24.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:2011:0:640:c9e8:0]) by forward102a.mail.yandex.net (Yandex) with ESMTP id BCC1460ACF for ; Wed, 18 Oct 2023 13:23:40 +0300 (MSK) Original-Received: by mail-nwsmtp-smtp-production-main-24.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id ZNionxCDZuQ0-sqHTW1mP; Wed, 18 Oct 2023 13:23:40 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1697624620; bh=5gP0ZZT7ps+DzKyCLaRxc548SOu+8w+jIn6qUJKG6tQ=; h=Subject:From:To:Date:Message-ID; b=VE/YtnyY9ty/+D0LcAnHov9qFs+ubSqBZfFtU0zolbrKb4ZQLgi2TAcCckWYyF8qn ZDEdKPCgSmtqxEx43+ErhjMYTVDEZR1anpfgrX4BCPMEH7+D2TxCO+WOzZl/Qu9Mzp N6bGzRC08cABWRviw8z2MB/hmSJIQOvbMjE+bYKs= Authentication-Results: mail-nwsmtp-smtp-production-main-24.iva.yp-c.yandex.net; dkim=pass header.i=@yandex.com Content-Language: en-US Received-SPF: pass client-ip=178.154.239.85; envelope-from=funk443@yandex.com; helo=forward102a.mail.yandex.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 18 Oct 2023 08:45:07 -0400 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:19270 Archived-At: Hello guys, a common lisper here.  I've recently developed some interests in Guile, and wonder if I can make a program entirely written in Guile. The reason why I am asking this question is because Guile seems to be designed as an extension language that will be embedded into other programs.