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 Subject: Re: Chickadee 0.8.0 released Date: Fri, 8 Oct 2021 14:04:02 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36327"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Guile User To: dthompson2@worcester.edu Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Oct 08 16:04:27 2021 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 1mYqU7-0009FC-JO for guile-user@m.gmane-mx.org; Fri, 08 Oct 2021 16:04:27 +0200 Original-Received: from localhost ([::1]:39144 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYqU6-0004lY-42 for guile-user@m.gmane-mx.org; Fri, 08 Oct 2021 10:04:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYqTu-0004lP-2D for guile-user@gnu.org; Fri, 08 Oct 2021 10:04:14 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:57207) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYqTo-0003dM-N9 for guile-user@gnu.org; Fri, 08 Oct 2021 10:04:13 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 7A640240103 for ; Fri, 8 Oct 2021 16:04:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1633701844; bh=mmhwcBNO5Dwr0jJqnnYLl63jGwxnE1sSZ064FQvemWw=; h=Subject:To:Cc:From:Date:From; b=c+K91nPgGNQ9ZMtvBQ/e33s6FN4Ki05x5eaalFcMJSdw+KiwNv/NtJvrwD5n3UOxA /NolNujmS70epxFx4ABQRXqcClW1Xnt9HHRRyqfurbJpxEw2idojSNJLaBrT23oeM1 Uj27DuO/EeuwiQsggD+kxngsvITzMJi07CQ/Ry66wpz1fZettcWbTlfgx30lVWxqFq GbLP6yZlid+Qg04WIuusuwVGn4xZEHsJu5Spj3+m2Dcnq7PDshHiGzSYc2l9SC/LaT 5/Fm/yKy40cmWpW6NYx8xyxffEqcRbKaDlVUxVFm7K1u3UEm8hw51C523A2+nA8fGN ilO4soIKA5IGQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HQqg739Dcz9rxQ; Fri, 8 Oct 2021 16:04:03 +0200 (CEST) In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -39 X-Spam_score: -4.0 X-Spam_bar: ---- X-Spam_report: (-4.0 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_MED=-2.3, 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-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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:17801 Archived-At: Hello David! Good to see, that there is steady progress on chickadee! Still want to use it for some yet to be determined project. I started looking at the docs and started making a repo with examples. Hopefully I will get around to getting more into it. I have barely scratched the surface, but so far everything seemed neatly put. Congrats! Best wishes, Zelphir On 10/8/21 2:20 AM, Thompson, David wrote: > Hello guilers, > > I'm happy to announce that Chickadee 0.8.0 has been released! > > Chickadee is a game development toolkit for Guile. Chickadee aims to > provide all the features that parenthetically inclined game developers > need to make 2D and 3D games in Scheme. > > Full release notes and download links can be found here: > > https://dthompson.us/chickadee-080-released.html > > - Dave > -- repositories: https://notabug.org/ZelphirKaltstahl