From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Arun Isaac Newsgroups: gmane.lisp.guile.user Subject: Re: How to make GNU Guile more successful Date: Tue, 18 Jul 2017 00:22:46 +0530 Message-ID: References: <87lgtajpkc.fsf@web.de> <408d91ab-83e4-44ab-bf43-7b46c311a14e@email.android.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1500318006 30326 195.159.176.226 (17 Jul 2017 19:00:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 17 Jul 2017 19:00:06 +0000 (UTC) To: "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jul 17 21:00:02 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dXBFR-0007eV-3a for guile-user@m.gmane.org; Mon, 17 Jul 2017 21:00:01 +0200 Original-Received: from localhost ([::1]:52055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXBFW-0002y7-EP for guile-user@m.gmane.org; Mon, 17 Jul 2017 15:00:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXB8g-0004oo-Jr for guile-user@gnu.org; Mon, 17 Jul 2017 14:53:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dXB8d-0005Tw-B6 for guile-user@gnu.org; Mon, 17 Jul 2017 14:53:02 -0400 Original-Received: from o133.p9.mailjet.com ([87.253.234.133]:33246) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dXB8d-0005Sc-0x for guile-user@gnu.org; Mon, 17 Jul 2017 14:52:59 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=E9JbafQulQg2/lcqvPuEdx38IWI=; b=ngYrHfV6Gexo0wyCz+iM4LJ89uGgDCEjjS4V02tiDIP9V44jNTTa9wRh+ jlSjh4fj+7hphkh8BqWIRO40bKwFHRFmuIZ1uJN2PIgs8lxUbXTSr97j3X4F nNk8JLD75lP2/B8u8eCNcFQr677MBivvYKoc4xMFK6cqRbJEADRRtM= In-reply-to: <408d91ab-83e4-44ab-bf43-7b46c311a14e@email.android.com> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEQANP1L5JIAAAAAAAAAAAPWCvIAAAACwQwAAAAAAAW9WABZbQeI5R1vp0k9S86nC0Du0COSGwAFgUc X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 87.253.234.133 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:13945 Archived-At: Jan Wedekind writes: > I am trying to do something like that (github.com/wedesoft/aiscm) but > I am doing it in my spare time only. Just hearing about aiscm. I was looking for something like this. Thank you! =