From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: pukkamustard Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: Re: Guile Potluck 2021 Date: Mon, 01 Mar 2021 12:34:44 +0100 Message-ID: <86r1kz9kff.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11550"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.4.14; emacs 27.1 Cc: guile-user@gnu.org, guile-devel@gnu.org To: Mike Gran Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Mar 01 12:35:09 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 1lGgpR-0002oo-2U for guile-user@m.gmane-mx.org; Mon, 01 Mar 2021 12:35:09 +0100 Original-Received: from localhost ([::1]:60826 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGgpQ-0003L5-0y for guile-user@m.gmane-mx.org; Mon, 01 Mar 2021 06:35:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGgpA-0003Jd-Uc for guile-user@gnu.org; Mon, 01 Mar 2021 06:34:53 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:43535) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGgp8-0003oG-12 for guile-user@gnu.org; Mon, 01 Mar 2021 06:34:52 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4FB702400FE for ; Mon, 1 Mar 2021 12:34:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1614598487; bh=QXnrVYaF4ufqzKb9bSDeEzB1QrZmCg900AS/u1pW96A=; h=From:To:Cc:Subject:Date:From; b=pNKOcornK0pxTS86A2+HnBzNmABTPWHC7cEwAOptp5nq5PmgyVoTpZuDCN9WLe1Xv xWlpqiNl2jiYrGW4f7NxPr5GFEzHnWme+xvK+pSqt7fDc0S0JWQ1M2VQCytSHEDpCB iBM3I+WFxqfG+K9PZZ9G09YU7Lwjda49dWag3JEnAFDUQfS4usAaOs3iRQI0eg5FuV bNdTI3eYuPeZHSYMEEJH1pnXh4k/ooZny41oxH/ewdJA6Xms/0tkMElZNg8FgYeIOb hUMumdXbAASonNV/3t/Xob1YICkGVNzZfMqGnaSG+cnlX6CjAtyzc1ANyP/M8xyg7m 0fOheg3ASqLAg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Dpypt2Z5zz9rxM; Mon, 1 Mar 2021 12:34:46 +0100 (CET) In-reply-to: Received-SPF: pass client-ip=185.67.36.66; envelope-from=pukkamustard@posteo.net; 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_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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:17327 gmane.lisp.guile.devel:20680 Archived-At: Hi, I'd like to contribute an initial version of guile-cbor (v0.1.0) to the potluck: https://inqlab.net/git/guile-cbor.git/ The Concise Binary Object Representation (CBOR), as specified by RFC 8949, is a binary data serialization format. CBOR is similar to JSON but serializes to binary which is smaller and faster to generate and parse. guile-cbor provides a Guile implementation of CBOR. Happy hacking! pukkamustard Mike Gran writes: > Hello All- > > In celebration of the (slightly belated) 10-year anniversary of > Guile > v2.0, we're having another Guile Potluck! The Guile Potluck is > a > randomly annual event to give people a chance to show off their > Guile > projects and skills. Think of it as a game jam, but, not > constrained > to games. > > To participate, on or before Mar 6, send an email to > guile-user@gnu.org > with instructions on how to find your entry, which could be > anything > you like. For example, > > - a script showing off some feature of Guile or your favorite > Guile > library > - a blog post describing something interesting about Guile > - an updated release of a neglected library > - a mini-game > - a graphical or audio demoscene-type demo > > There probably won't be any prizes. But there will definitely > be an e- > mail and blog post about the entries. > > If you think you might attempt to participate, please reply to > this e- > mail so I can gauge the feasibility of some sort of > participation swag. > > Regards, > Mike Gran, on behalf of the Guile team