chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Including binary data in eggs


From: Alejandro Forero Cuervo
Subject: Re: [Chicken-users] Including binary data in eggs
Date: Mon, 22 May 2006 19:57:54 -0500
User-agent: Mutt/1.5.9i

> Copy the any data files to the chicken repository (from bloom- 
> filter.setup):
> 
> (define-macro (copy-to-repository FN)
>       `(copy-file
>               (make-pathname "." (->string ,FN))
>               (make-pathname (repository-path) (->string ,FN))))
> 
> (copy-to-repository "hash-primitives-info")
> 
> The srfi-19 egg has an example using sub-directories.

Thanks for the answer.  I took a look at srfi-19 and srfi-29 which
actually do this and figured out what the Correct (TM) way to do this
is. :-)

Alejo.
http://azul.freaks-unidos.net/




reply via email to

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