From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: GPT-4 knows Guile! :) Date: Sat, 18 Mar 2023 08:03:31 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8Zl+sbPL7KKW+SVf" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40191"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sat Mar 18 08:03:58 2023 Return-path: Envelope-to: guile-devel@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 1pdQbd-000ACK-MS for guile-devel@m.gmane-mx.org; Sat, 18 Mar 2023 08:03:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pdQbQ-0007d1-8Q; Sat, 18 Mar 2023 03:03:44 -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 1pdQbI-0007ck-Gb for guile-devel@gnu.org; Sat, 18 Mar 2023 03:03:36 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pdQbG-00007J-KZ for guile-devel@gnu.org; Sat, 18 Mar 2023 03:03:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=4MbbHzXCmSMXhIFGqmpy3jxiF1qD4hX6DhShvqr9jtY=; b=SoiKUpQByMC13mzGDTzMT6qCr6 hYuY4TYQKoTPxRXO5MXN+sxuHWC1r/AZ6jQuZBvaQMM4OQsMzOPj9OiURl54jxDN0nCECu1Gd4qqX 3Tle3/FC2Xfb4HZFZZChnpy9bG3XhHw+j3ntuXsyetmc8orub8N0v5W6VxLDmjZ3QvT0FbhDZMznU 215zeUEOC1WwQOI2iyboO1eITet+s9iYAEd7getHQb9sLsxiCBoB+N7/DP8qpeC4ntRlDdeQ2tsJw vuqElwegTv38OLkNRM8edSVA28SEgjDUlYkvn1usANRohRNnNffzTQPThecTSQRnq9qnYN9JwY2em /GWHEmFw==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1pdQbD-0005Tr-E2 for guile-devel@gnu.org; Sat, 18 Mar 2023 08:03:31 +0100 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21782 Archived-At: --8Zl+sbPL7KKW+SVf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2023 at 06:25:55PM +0100, Mikael Djurfeldt wrote: > Can you write a Guile Scheme program which displays a bouncing ball? >=20 > As an AI language model, I cannot create a full graphical program directly > within this text-based environment. However, I can provide you with an > example of a simple bouncing ball simulation using the Guile Scheme > programming language and the SDL2 (Simple DirectMedia Layer) library, whi= ch > is commonly used for creating graphical applications. >=20 > To start, you'll need to have Guile and the Guile-SDL2 bindings installed. > The following instructions are for a Debian-based system: >=20 > 1. Install Guile: >=20 > csharp ^^^^^^ >=20 > sudo apt-get install guile-2.2 [...] Did it literally write "csharp"? With some fantasy, I guess it is trying to evoke a root shell, but with some malice, I'd say Microsoft is sleazily touting some product of theirs. I'd apply Clarke's Razor:"A sufficiently advanced form of malice is not distinguishable from stupidity" ;-) Cheers --=20 t --8Zl+sbPL7KKW+SVf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZBViOQAKCRAFyCz1etHa RgfRAJ9G7h5FOBbEjTOMO7zboION3wqoTQCeN2LFgccu2sPrmgTWt8DI8WJ1q9s= =66v8 -----END PGP SIGNATURE----- --8Zl+sbPL7KKW+SVf--