From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Brett Gilio Newsgroups: gmane.lisp.guile.user Subject: Re: R7RS On Guile Date: Tue, 23 Apr 2019 14:55:58 -0500 Message-ID: <87imv47ay9.fsf@posteo.net> References: <31b28dccf5cf612aa6134ad20001097b@hyper.dev> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="6085"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: mu4e 1.2.0; emacs 26.2 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Apr 23 21:56:48 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hJ1X5-0001JV-3H for guile-user@m.gmane.org; Tue, 23 Apr 2019 21:56:47 +0200 Original-Received: from localhost ([127.0.0.1]:58872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJ1Wz-0007sU-0V for guile-user@m.gmane.org; Tue, 23 Apr 2019 15:56:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJ1WT-0007qT-9u for guile-user@gnu.org; Tue, 23 Apr 2019 15:56:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJ1WR-0001Oo-64 for guile-user@gnu.org; Tue, 23 Apr 2019 15:56:08 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:60153) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJ1WQ-0001Ky-K4 for guile-user@gnu.org; Tue, 23 Apr 2019 15:56:07 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id F316B2400FC for ; Tue, 23 Apr 2019 21:56:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1556049362; bh=AG2FHN0ed35D1anl7QjNCBILZbEHmIjNorldL/dsah0=; h=From:To:Subject:Date:From; b=La3rjyPTQqhnvt/ELMmdYY3RCxk9us0YBnq7VGkpsPV6zMyy8PQmO8qWQWZ7d7CKM nql/JyFdtrMcG8l+whd9jU4tFeBdn94G93xfpF4Px3ZOMiUxWc4oyPqUibZbetOQYC WL8fcBAL5TGYS2iY6dFB8bAraFf3UFskGyl60vkrSt0aU058lq61OD6J6ODEtuojhN QkU+GfSsnEjq0OFQLrrBV4HIWuQCDyD4xcFgEUeA7hiELssUdNTrEE04Qip6Vr1hVy b2KYJCa0a0txopOPZp0KI/CeQOnxMv5GicahnuS+ugE3sBqhRQyAn8xT/EvqvF16V3 ofDAFmHWFh7yw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44pZ290yw6z9rxD for ; Tue, 23 Apr 2019 21:56:00 +0200 (CEST) In-reply-to: <31b28dccf5cf612aa6134ad20001097b@hyper.dev> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15417 Archived-At: amirouche@hyper.dev writes: > Hello, > > > If you like R7RS and also like Guile you might join me > in getting together R7RS libraries as Guile libraries. > > I am just getting started not much is done as of yet. > The repository is over the rainbow at source hut: > > https://git.sr.ht/~amz3/guile-r7rs > > There is continuous integration that is setup. > Documentation is written in markdown and the project > rely on Guile srfi-64 testing framework. > > My plan is to focus on (scheme base) to get tests > and documentation up. > > Feel free to reach me if you would like to join the fun. > > > Happy hacking! Hey, I would love to help with this! I am on sr.ht as well.