From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amirouche Boubekki Subject: Re: guix with guile-next Date: Fri, 07 Oct 2016 18:47:33 +0200 Message-ID: <4ba270f1bf4607aa364d964b42210322@hypermove.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsYJG-00015y-HT for help-guix@gnu.org; Fri, 07 Oct 2016 12:47:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsYJE-0002st-Hh for help-guix@gnu.org; Fri, 07 Oct 2016 12:47:45 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix , Help-Guix On 2016-10-07 18:19, Catonano wrote: > If I do > > $ guix environment --ad-hoc guix guile > > $ guile > >> (use-modules (guix http-client)) > > it's ok. > > If I do > > $ guix environment --ad-hoc guix guile-next ;; <-- note the "-next" > > $ guile >> (use-modules (guix http-client)) > > Then there is no code for module http-client > > Is there any hope that I can load some guix modules from within a > guile-next prompt ? > > I'm asking this because I am exploring Culturia and that requires > guile-next. > > I'd like to use the guix http-client and the Culturia machinery > together IIRC guix on guile-next is in the work, in the mean time you can use the http.scm module from culturia [0] which relies on curl command line. There is even a chime for http-get which works with https. Be aware that I've hit some issues with that procedure, I'm not sure but I think under some condition it leaks memory... Don't hesitate to ask if you hit issues. HTH, [0] https://github.com/amirouche/Culturia/blob/master/src/http.scm -- Amirouche ~ amz3 ~ http://www.hyperdev.fr