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: [ANN] Guile-Deck 0.1.0 released Date: Sun, 21 Mar 2021 17:56:03 +0100 Message-ID: References: <87y2egld9h.fsf@gmail.com> 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="20710"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 Cc: Guile User To: "Artyom V. Poptsov" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Mar 21 17:56:29 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 1lO1NM-0005HI-IC for guile-user@m.gmane-mx.org; Sun, 21 Mar 2021 17:56:28 +0100 Original-Received: from localhost ([::1]:56798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lO1NL-0001ie-CI for guile-user@m.gmane-mx.org; Sun, 21 Mar 2021 12:56:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lO1N7-0001iF-KB for guile-user@gnu.org; Sun, 21 Mar 2021 12:56:13 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:34151) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lO1N5-00043b-GN for guile-user@gnu.org; Sun, 21 Mar 2021 12:56:13 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8D8E4160063 for ; Sun, 21 Mar 2021 17:56:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1616345764; bh=PWAvuZIHdHbDZRTJqn702el91xY0XDKX8wvTdKGKAKk=; h=Subject:To:From:Cc:Date:From; b=sPUXLjktlPzizgyN/z0XT7IeI4hnEYVFprqPypHoi+RwXGHHWJk2wdDTbxOMTMDvF Ox0cEwVpYCilWcjBU666BczkqgvRKtISZxfal17gZ/qnNopvTPRRX3jkU4sazKotjF XdgMnObjwGkPhOOeDrtt8qU2svf8wa93mSkHr24wR/WftCtXlmwLX+qsSvcG0lU1vB 3dI7/xX4OXPdxkGU3HkqUzMN1OZ6ib6RrqETCr0ipGDUvV/yhzI71xvolGQD8FimEE 0Cim0mR/DAeMWZdcnD+R4559IjLrP4dHj7+mwf1irp4G2AsM8qIGubIhNfD4U983kg Tm1hkKpFRAHTQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4F3P0M5dTcz9rxP; Sun, 21 Mar 2021 17:56:03 +0100 (CET) In-Reply-To: <87y2egld9h.fsf@gmail.com> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.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, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, 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:17375 Archived-At: Hello Artyom! On 3/21/21 4:47 PM, Artyom V. Poptsov wrote: > Hello Guilers, > > I'm pleased to announce Guile-Deck 0.1.0: > https://github.com/artyom-poptsov/guile-deck/releases/tag/v0.1.0 > > > * What is Guile-DSV? Hehe, little typo ;) > Guile-Deck is a Matrix (https://matrix.org/) SDK for GNU Guile. > > Matrix is an open standard and communication protocol for real-time > communication. > > Currently the library works with GNU Guile 2.2 and has the basic > functionality that allows to build Matrix bots and simple clients. > > Personally I'm interested in bots so I wrote a tiny toy bot that answers > to "!hello" (or "! hello") command with "howdy!" in the specified Matrix > room. > > > Happy hacking! > > - Artyom Cool project! I added it to the guile-awesome list : ) Thanks for the effort of creating this! Regards, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl