chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Variable Capture in message-digest


From: Andy Bennett
Subject: Re: [Chicken-users] Variable Capture in message-digest
Date: Tue, 26 Apr 2016 11:59:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0

Hi,

> It's in the "chicken" module, so (import (except chicken string->blob))
> should do the trick.  Library is just the unit that defines this module's
> identifiers.  Yeah, this is confusing, and weird.  Hopefully we'll fix
> this situation with CHICKEN 5, where we'll define the modules more
> explicitly, and probably restructure the manual to match.

It doesn't seem possible to not import string->blob anywhere other than
a module:

-----
$ csi -n

CHICKEN
(c) 2008-2014, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann
Version 4.9.0rc1 (rev 3cf1967)
linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
compiled 2014-04-17 on hd-t1179cl (Linux)

#;1> (import (except chicken string->blob))
; loading /usr/local/chicken-4.9.0/lib/chicken/7/chicken.import.so ...
#;2> string->blob
#<procedure (string->blob s1507)>
#;3>
-----




Regards,
@ndy

-- 
address@hidden
http://www.ashurst.eu.org/
0290 DA75 E982 7D99 A51F  E46A 387A 7695 7EBA 75FF


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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