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: Mike Gran
Subject: Re: Trouble using hashq-get-handle in Guile
Date: Mon, 8 Dec 2014 02:24:40 +0000 (UTC)



On Sunday, December 7, 2014 4:49 PM, jamil egdemir <address@hidden> wrote:
 >Mark,
>
>> Based on a quick glance at the json code, I suspect you want this:
>>
>>   (hash-get-handle queryResults "documents")
>>
>> i.e. change 'hashq-get-handle' to 'hash-get-handle', and pass a string
>> as the key, not a symbol.
>
>BOOM!


As an aside, guile 2+ has native functions for fetching via plain HTTP.
You shouldn't have to utilize guile-curl unless your query requires
special handling: https for example.

-Mike


reply via email to

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