guile-user
[Top][All Lists]
Advanced

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

Re: Trouble using hashq-get-handle in Guile


From: Thien-Thi Nguyen
Subject: Re: Trouble using hashq-get-handle in Guile
Date: Mon, 08 Dec 2014 00:27:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

() jamil egdemir <address@hidden>
() Sun, 7 Dec 2014 17:44:46 -0500

       (hashq-get-handle queryResults 'documents)

IIUC, the hash table object ‘queryResults’ is made by:

 https://github.com/aconchillo/guile-json/blob/master/json/parser.scm

proc ‘read-object’.  For interop w/ the ‘make-hash-table’ it calls, you
might try some variants of ‘hashq-get-handle’, namely ‘hash-get-handle’
or ‘hashv-get-handle’.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: signature.asc
Description: PGP signature


reply via email to

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