guile-user
[Top][All Lists]
Advanced

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

hash


From: bajcik
Subject: hash
Date: Sun, 12 Jan 2003 13:03:27 +0100
User-agent: Mutt/1.4i

hi,

I want to have a hash (like in perl)(hash - a table indexed by strings).
Is such structure included in guile?

If not, I can use list of paris: ((key . value) (key2 . value2) ...),
but in C procedure I can't recognize SCM is a hash.

I can make a custom type, but it is difficult. Do you know any easier
way?

bajcik
-- 
.----- Krzysztof Garus ----- http://kolos.math.uni.lodz.pl/~bajcik/ --.
| http://kolos.math.uni.lodz.pl/~bajcik/duskc/ - proszę o krytykę :)  |




reply via email to

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