slang-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] gdbm module


On Tue, Sep 14, 2004 at 07:04:33PM +0200, Paul Boekholt wrote:
> So I made some changes to store and fetch strings without \0. It seems to be
> compatible with python and perl now. I'll upload version 1.3 after some more
> testing.
I've uploaded it -- see http://www.cheesit.com/downloads/slang/slgdbm.html

> Maybe I'll add some assoc semantics, so instead of
> value = gdbm_fetch(db, key);
> you could write
> value = db[key];
And
db[key] = value;
as well as
foreach (db) using ("keys", "values")

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]