From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nalaginrut Newsgroups: gmane.lisp.guile.user Subject: Re: Installing scheme only programs Date: Fri, 11 Mar 2011 10:18:15 +0800 Organization: HFG Message-ID: <1299809895.2579.3.camel@Renee-desktop> References: <20110310.035029.58396821684886596.diogofsr@gmail.com> <87sjuvw9fb.fsf@ambire.localdomain> <20110310.144602.1727470623006750696.diogofsr@gmail.com> Reply-To: NalaGinrut@gmail.com 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 1299809934 11804 80.91.229.12 (11 Mar 2011 02:18:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 02:18:54 +0000 (UTC) Cc: guile-user@gnu.org To: "Diogo F.S.Ramos" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Mar 11 03:18:50 2011 Return-path: Envelope-to: guile-user@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 1PxrwH-0002Dc-LF for guile-user@m.gmane.org; Fri, 11 Mar 2011 03:18:49 +0100 Original-Received: from localhost ([127.0.0.1]:44708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxrwH-0002RQ-4J for guile-user@m.gmane.org; Thu, 10 Mar 2011 21:18:49 -0500 Original-Received: from [140.186.70.92] (port=56398 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxrvz-0002RK-4w for guile-user@gnu.org; Thu, 10 Mar 2011 21:18:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxrvy-0005IZ-1r for guile-user@gnu.org; Thu, 10 Mar 2011 21:18:31 -0500 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:33146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxrvx-0005IT-Qg for guile-user@gnu.org; Thu, 10 Mar 2011 21:18:30 -0500 Original-Received: by vxc38 with SMTP id 38so2705690vxc.0 for ; Thu, 10 Mar 2011 18:18:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:reply-to:to:cc:in-reply-to :references:content-type:organization:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=qg/yDcaOouHl3zsyeD0mCnBdHqXLiMEUE5iboaP6CHU=; b=qQvmpIAJ3c8I+i4PFhmEqVMA8GM08RkODyvORkHlEv5SkvI7F8JrvBkjdKXD1ldEqN /+I+oPZJB+r422BSW2rkTqJeOz5jW4+EbySM9hvBstXWVvNVj5WxvZZdEiZEBC/MEBs+ hU2shR95Tta6ljW/+6Memzk1vYUaOUArdUKEs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=oxHHseVYwREIEdivJPSuTL2kDxV4mB1YfeqZoP2fv5Zn36o2ajHBin2kyIvTgkG3gM gEEYi1RU3gShEZn9HooJ/4rg4AD7CiNUlkI0ZwbsFHeUdOSa7yHAhFum5g0Jo2Dn5jgG f4QEbLZlm4CB8j0r94Lf4o+uLdLjoFh8Ckx/I= Original-Received: by 10.52.100.65 with SMTP id ew1mr2329940vdb.44.1299809909081; Thu, 10 Mar 2011 18:18:29 -0800 (PST) Original-Received: from [192.168.100.100] ([183.15.164.76]) by mx.google.com with ESMTPS id g2sm359691vbz.0.2011.03.10.18.18.21 (version=SSLv3 cipher=OTHER); Thu, 10 Mar 2011 18:18:25 -0800 (PST) In-Reply-To: <20110310.144602.1727470623006750696.diogofsr@gmail.com> X-Mailer: Evolution 2.28.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8525 Archived-At: > I wonder if there is a tool to, say, strip all comments from the > "binary", so it could be smaller. I guess such tool would not be that > hard to write, but I don't know. I think it's not a big deal if you just want to get rid of comments.I always do it like this way: ====== sed "/;.*/d" filename ====== -- GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut