From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.devel Subject: http://gitorious.org/guile-scsh/guile-scsh Date: Mon, 29 Nov 2010 22:26:31 +0100 Message-ID: <201011292226.31310.stefan.itampe@gmail.com> References: <201010212223.23822.stefan.itampe@gmail.com> <201011290002.30217.stefan.itampe@gmail.com> <878w0d2frn.fsf@newton.homeunix.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291065955 19822 80.91.229.12 (29 Nov 2010 21:25:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Nov 2010 21:25:55 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Nov 29 22:25:51 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PNBEM-0003j5-HF for guile-devel@m.gmane.org; Mon, 29 Nov 2010 22:25:50 +0100 Original-Received: from localhost ([127.0.0.1]:46631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNBEM-0008OH-1M for guile-devel@m.gmane.org; Mon, 29 Nov 2010 16:25:50 -0500 Original-Received: from [140.186.70.92] (port=36953 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNBEJ-0008OC-7N for guile-devel@gnu.org; Mon, 29 Nov 2010 16:25:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNBEI-0004ba-6u for guile-devel@gnu.org; Mon, 29 Nov 2010 16:25:47 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:44207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNBEI-0004bT-12 for guile-devel@gnu.org; Mon, 29 Nov 2010 16:25:46 -0500 Original-Received: by ewy27 with SMTP id 27so15994844ewy.0 for ; Mon, 29 Nov 2010 13:25:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=vCglWOZPmeucrZyGXn2RRxTPnmWm+/iJ96a8wl9yZ/0=; b=wz9ivalgn9oYq4SLXjN5RevshsKV7Dp4xWQ3ZVLa4I1CWjpvrCL96+5NJrYBi5NtJ2 YLF8xywA07jD7UlbDq6gPbvjJ5wCP9nb8LE/RuGmzdRFivoXVFM5DVRGq6PNjBSAaGtt lrP+8uWhOCssfyNv4UFRU1U0QB3BN4bgU0MZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=pFoGQxKXKkn9enUAgOSqGBBSQj3wIstYVAng2iolSY6DAmGK/OSS1dDNqp/Pqs9Ppr cE2H/05I9qG5CrBVz50UtMZKIJuc17w03iiwMB9Ojm4IREm4ACMmEUeNg3S8l/dporK+ 8p6PeXqSmGCNAOPMDJdY92U9DE3ujAWnl9evE= Original-Received: by 10.213.31.208 with SMTP id z16mr1472273ebc.32.1291065944421; Mon, 29 Nov 2010 13:25:44 -0800 (PST) Original-Received: from linux-s4gz.localnet (1-1-1-39a.veo.vs.bostream.se [82.182.254.46]) by mx.google.com with ESMTPS id v56sm5567640eeh.8.2010.11.29.13.25.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Nov 2010 13:25:43 -0800 (PST) User-Agent: KMail/1.13.5 (Linux/2.6.34.7-0.5-desktop; KDE/4.4.4; x86_64; ; ) In-Reply-To: <878w0d2frn.fsf@newton.homeunix.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11223 Archived-At: Ok I put the code in a repo of it's own. So now this thingie is isolated. I don't now what to do about the licesning, I kept the COPYING as I should though. To use it, store it in a %load-path directory try (use-modules (scsh syntax)) and then (run (| (begin (pk 'wow) (pk 'vov)) (grep o))) So, a slight improvement on system :-) should behave acording to spec. Have fun Stefan