On 2/18/13, David A. Wheeler <dwhee...@dwheeler.com> wrote: > Alan Manuel Gloria: >> <* define-library \\ (srfi 41 primitive) >> >> export . ( >> stream-cons stream-null >> stream-pair? stream-null? stream? >> stream-car stream-cdr >> stream-lambda >> ) > > which can then be closed with: >> *> > > > > Quick confirmation, to make sure we have the same understanding... > When you surrounded "srfi 41 primitive" with parens, did you intend > it to mean something different than if they weren't? Or was that just > a style you prefer?
Style preference; Scheme libraries seem to be named (whatever whatever whatever ...) in parentheses, e.g. (rnrs base (6)) (scheme base) (scheme cxr). I think of the parentheses as part of the name of the library; see also my examples using guile define-module on the source tree. Sincerely, AmkG ------------------------------------------------------------------------------ The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials, tech docs, whitepapers, evaluation guides, and opinion stories. Check out the most recent posts - join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss