Zelphir Kaltstahl writes:
> I recently noticed, that the procedure ~http-request~
> (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html)
> does not seem to be available when I do:
>
> ~~~
>
> (use-modules (web client))
> (http-request ...)
>
> ~~~
>
> However, the specialised pro
Thank you! I will probably update soon then : )
On 13.11.18 23:57, Thomas Morley wrote:
> Am Di., 13. Nov. 2018 um 22:50 Uhr schrieb Zelphir Kaltstahl
> :
>> Hi!
>>
>> I recently noticed, that the procedure ~http-request~
>> (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html)
>>
Am Di., 13. Nov. 2018 um 22:50 Uhr schrieb Zelphir Kaltstahl
:
>
> Hi!
>
> I recently noticed, that the procedure ~http-request~
> (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html)
> does not seem to be available when I do:
>
> ~~~
>
> (use-modules (web client))
> (http-request
Hi!
I recently noticed, that the procedure ~http-request~
(https://www.gnu.org/software/guile/manual/html_node/Web-Client.html)
does not seem to be available when I do:
~~~
(use-modules (web client))
(http-request ...)
~~~
However, the specialised procedures like ~http-get~ are available.
Are
On 2018-10-23 13:07:33 +02, HiPhish wrote:
> Hello Schemers
>
> When I open a Scheme file (Neo)vim the file type is set to "scheme", but I
> would like to be able to detect that it is not just Scheme, but Guile Scheme.
> So far I have set up the editor to scan the first line for a shebang and if