From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: Re: case source code Date: Mon, 12 Sep 2022 07:46:05 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38135"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user , guile-devel To: Damien Mattei Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Sep 12 09:46:55 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 1oXe9f-0009ej-89 for guile-user@m.gmane-mx.org; Mon, 12 Sep 2022 09:46:55 +0200 Original-Received: from localhost ([::1]:46100 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oXe9e-0002Rx-7B for guile-user@m.gmane-mx.org; Mon, 12 Sep 2022 03:46:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54090) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXe90-0002Rl-UZ for guile-user@gnu.org; Mon, 12 Sep 2022 03:46:14 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:49979) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXe8z-0000pY-4y for guile-user@gnu.org; Mon, 12 Sep 2022 03:46:14 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 9CBE6240104 for ; Mon, 12 Sep 2022 09:46:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1662968769; bh=GNafM4+JE4Efi9CH2xaf8IHKaVeGcqVqUUlsMKqreqg=; h=Date:Subject:To:Cc:From:From; b=dT1bHZ5LFhBuw8Z5j1vDSkji85ZvdlnZSAptSVjZwhq5F0QVGB+2brQGGeYSRk/VK 0QLWYwxfwINQdrylPtNkKquTA9XoLRKjKxCuVKllq/hCTDSG4bn6WoGS2WGsvLOmKB +hMGQtBO+I1oyzHD52t2wHtDWLs5KOZYYSBROqMTky7kaoRbPIue0O7/tKcNxtg36w kvDdTNMSHjeJc86Ujl4sV1lIHZIo0u+g8RzxxLEZwcoHAfGZFm4xkjd0gQa8tSuED4 a1Zqh5KFxkn44VXLw2oUkM1vqF6E435cZsw9pRLUTXTYgAmwMhE2ouN7I+MWf18BrM hBK4A9PachNHA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MQzDZ1G4Lz6tmR; Mon, 12 Sep 2022 09:46:06 +0200 (CEST) Content-Language: en-US In-Reply-To: Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable 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:18580 gmane.lisp.guile.devel:21344 Archived-At: Hello Damien, On 9/12/22 09:42, Damien Mattei wrote: > Hello, > i can not find in the scheme community a definition of 'case in term of > macro as for when, unless,while,do... does anyone have it? > thanks, > Damien Can you give an example of what form you mean? Regards, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl