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.user Subject: Re: good papers on graphics in scheme/lisp? Date: Wed, 2 Mar 2022 18:42:16 +0100 Message-ID: References: <875yow2t06.fsf@nonconstructivism.com> <875yow5kd3.fsf@laura> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uOWANu2bVfx+BbHQ" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34672"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Olivier Dion Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Mar 02 18:42:41 2022 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 1nPSzn-0008p4-Ji for guile-user@m.gmane-mx.org; Wed, 02 Mar 2022 18:42:39 +0100 Original-Received: from localhost ([::1]:50516 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nPSzm-0004Wt-Hv for guile-user@m.gmane-mx.org; Wed, 02 Mar 2022 12:42:38 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPSzY-0004Ts-6M for guile-user@gnu.org; Wed, 02 Mar 2022 12:42:24 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:52834) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPSzW-0006Pw-5G for guile-user@gnu.org; Wed, 02 Mar 2022 12:42:23 -0500 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:Cc:To:Date:Sender:Reply-To: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=zadHzyGEpLWc50DEFXj9aUTLc+I4aqCWGdQv4hJ+cnU=; b=Wl0MrX36m0jszWUQBv0YvJE+76 ESzaO8Clawcp/fdc2w9G8eiknLLarvpfnAIf/zKtdTeZt+hGa00h0ATrNM88hoFyVSuvCdsOwJt6S smmElz5pqBPsaTV8P4doYDkeb2rKcCd+PSQTbCTyW9ditvS7vgIPfYAfPh8fA5Uq7jY5ehzZgzYsg +MSueakRF7AfpNFkwiSRQJ2gJiKat3aDFEv/AUMx3+KoDzbswOu2D6q/SgA3dSUhT54X+KepIjamH rButsSXw9x58L7uA7G2ICeADdXfnuyMyUW70DZTfMzMd/Tm0gOHEgx/ezlnvxHXZRq8nmGFFSUJ26 hW3L9Gmg==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1nPSzQ-0002dV-Sm; Wed, 02 Mar 2022 18:42:16 +0100 Content-Disposition: inline In-Reply-To: <875yow5kd3.fsf@laura> 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, T_SCC_BODY_TEXT_LINE=-0.01 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" Xref: news.gmane.io gmane.lisp.guile.user:18153 Archived-At: --uOWANu2bVfx+BbHQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 02, 2022 at 12:34:32PM -0500, Olivier Dion via General Guile re= lated discussions wrote: > On Wed, 02 Mar 2022, Blake Shaw wrote: [...] > > Also, one last thing, I'm considering attempting to create a DSL that > > compiles to a subset of GLSL like Chicken's GLLS library[4], as I'm > > becoming more and more interested in compilation. I remember reading > > somewhere about a Guile library that allows you to write C in Guile, >=20 > I think you are refering to > . >=20 > There's also that can be helpful if > you're familiar with LALR(1) parsers. Actually NYACC comes with a pretty complete C99 compiler [1], which is used to generate FFI bindings. So perhaps using that as a stepping stone towards GLSL doesn't sound that crazy... Cheers [1] https://www.nongnu.org/nyacc/nyacc-c99-ug.html --=20 t --uOWANu2bVfx+BbHQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCYh+scgAKCRAFyCz1etHa RpP9AJkBCxnFa2UkbscbyVYDUXpZAtp85QCeLu6JRhV8U+OxcjOlFpkFeOi7aho= =4dt2 -----END PGP SIGNATURE----- --uOWANu2bVfx+BbHQ--