guile-devel
[Top][All Lists]
Advanced

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

[PATCH] Add procedures to convert alists into hash tables


From: David Thompson
Subject: [PATCH] Add procedures to convert alists into hash tables
Date: Sun, 20 Oct 2013 10:14:50 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

Hello all,

When looking through the different hash table implementations available (Guile, SRFI-69, and RNRS) I found a useful SRFI-69 procedure that had no equivalent in Guile's native hash table API: alist->hash-table.

This patch is an attempt to add that. It works for all four types of hash tables: equal?, eq?, eqv? and custom.

- Dave

Attachment: 0001-Add-procedures-to-convert-alists-into-hash-tables.patch
Description: Text Data


reply via email to

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