From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: Installing scheme only programs Date: Fri, 11 Mar 2011 10:16:14 +0100 Message-ID: <87k4g6vwyp.fsf@ambire.localdomain> References: <20110310.035029.58396821684886596.diogofsr@gmail.com> <87sjuvw9fb.fsf@ambire.localdomain> <20110310.144602.1727470623006750696.diogofsr@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299835669 24046 80.91.229.12 (11 Mar 2011 09:27:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 09:27:49 +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 10:27:45 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 1PxydL-0000Mv-4e for guile-user@m.gmane.org; Fri, 11 Mar 2011 10:27:43 +0100 Original-Received: from localhost ([127.0.0.1]:40470 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxydK-0005f6-HX for guile-user@m.gmane.org; Fri, 11 Mar 2011 04:27:42 -0500 Original-Received: from [140.186.70.92] (port=37130 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxyYY-0003qN-TO for guile-user@gnu.org; Fri, 11 Mar 2011 04:22:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxyYW-0001eG-6R for guile-user@gnu.org; Fri, 11 Mar 2011 04:22:45 -0500 Original-Received: from smtp206.alice.it ([82.57.200.102]:50535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxyYV-0001e7-Rk for guile-user@gnu.org; Fri, 11 Mar 2011 04:22:44 -0500 Original-Received: from ambire.localdomain (95.244.64.75) by smtp206.alice.it (8.5.124.08) id 4D49918D031EF7AD; Fri, 11 Mar 2011 10:22:40 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1PxySF-00008u-8j; Fri, 11 Mar 2011 10:16:15 +0100 In-Reply-To: <20110310.144602.1727470623006750696.diogofsr@gmail.com> (Diogo F. S. Ramos's message of "Thu, 10 Mar 2011 14:46:02 -0300 (BRT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.102 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:8530 Archived-At: () Diogo F. S. Ramos () Thu, 10 Mar 2011 14:46:02 -0300 (BRT) 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. It's not hard to write (that's what RPX does). Guile itself has "guile-tools punify". See also Guile-BAUX: http://www.gnuvola.org/software/guile-baux/ which has additionally the recently added module =E2=80=98as-C-byte-array= =E2=80=99, specifically designed for this kind of embedding. GNU Serveez uses it: http://git.savannah.gnu.org/cgit/serveez.git/commit/?h=3Dnext&id=3D5854cf1 Maybe when someone gets a chance, RPX will, too.