guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing scheme only programs


From: dsmich
Subject: Re: Installing scheme only programs
Date: Thu, 10 Mar 2011 23:50:28 -0500

---- nalaginrut <address@hidden> wrote: 
> > 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
> ======

Careful!  Guile now has the expression comment #;
That sed would be bad for something like   (list a #;b c)

-Dale




reply via email to

[Prev in Thread] Current Thread [Next in Thread]