fibers usage

2018-12-10 Thread Catonano
I'm trying to create a server with Fibers I copied the ping sever provided as an example in Fibers I changed it a bit and I tried to run it it doesn't work I run the server, I call it from the REPL I send a request to the server, the I read the reply I mean that I repeatedly call "read-line"

Re: help with guile-json inconsistencies

2018-12-10 Thread Aleix Conchillo Flaqué
On Mon, Dec 10, 2018 at 4:38 PM Zelphir Kaltstahl wrote: > > On 10.12.18 23:16, guile-user-requ...@gnu.org wrote: > > Therefore, one fix would be to make Vector instead of List to > > corresponds to Json Array, but maybe this change will cause too much > > breakage, so I am not sure it is practica

Re: help with guile-json inconsistencies

2018-12-10 Thread Zelphir Kaltstahl
On 10.12.18 23:16, guile-user-requ...@gnu.org wrote: > Therefore, one fix would be to make Vector instead of List to > corresponds to Json Array, but maybe this change will cause too much > breakage, so I am not sure it is practical. > > Another way would be to make some other type other than Alist

Re: New library: guile-wikidata

2018-12-10 Thread swedebugia
On 2018-12-09 22:26, Arne Babenhauserheide wrote: > to...@tuxteam.de writes: > >> On Sun, Dec 09, 2018 at 01:11:05AM -0800, swedebu...@riseup.net wrote: >>> Hi >>> >>> I worked hard for a few days playing with guile. >>> >>> Pre-release now at https://gitlab.com/swedebugia/guile-wikidata >> >> Thi

Re: Tensorflow bindings

2018-12-10 Thread Aleix Conchillo Flaqué
On Mon, Dec 10, 2018 at 1:27 PM Jan Wedekind wrote: > > Hi, > > The current AIscm source now include Tensorflow bindings [1]. > This means that one can now develop machine learning software using Guile > and Tensorflow. More examples to follow ... > > Jan > > [1] http://wedesoft.github.io/aiscm/te

Re: help with guile-json inconsistencies

2018-12-10 Thread John Cowan
On Mon, Dec 10, 2018 at 3:56 PM Alex Vong wrote: Therefore, one fix would be to make Vector instead of List to > corresponds to Json Array, but maybe this change will cause too much > breakage, so I am not sure it is practical. > That is the approach used by the Chicken json egg

Tensorflow bindings

2018-12-10 Thread Jan Wedekind
Hi, The current AIscm source now include Tensorflow bindings [1]. This means that one can now develop machine learning software using Guile and Tensorflow. More examples to follow ... Jan [1] http://wedesoft.github.io/aiscm/tensorflow.html

Re: help with guile-json inconsistencies

2018-12-10 Thread Alex Vong
Hello Aleix, Aleix Conchillo Flaqué writes: > On Sun, Dec 9, 2018 at 10:33 PM Aleix Conchillo Flaqué > wrote: >> >> On Sun, Dec 9, 2018 at 2:56 AM Aleix Conchillo Flaqué >> wrote: >> > >> > Hi guilers, >> > >> > a new guile-json issue came to me recently: >> > >> > https://github.com/aconchill

Send/link your favorite guile script

2018-12-10 Thread swedebugia
Dear guilers RMS once said "to become a programmer you should read lots of code and write lots of code". To make this easier I thought out the following: I would like to receive a link/attached guile script that you are proud of. I was thinking of 3 categories: * below 100 lines * between 101-2

Flattening the learning curve of guile

2018-12-10 Thread swedebugia
Hi I would like to help improve the manual because the learning curve is pretty steep at the moment (to me at least) and there a surely many good examples and helpful think-this-way to put into it. We could have a whole new section with: i want to do this: x in guile this is best done with bla bl

Re: Guile equivalent to JS promises?

2018-12-10 Thread swedebugia
Hi On 2018-12-10 15:37, Thompson, David wrote: > Hello! > > On Sun, Dec 9, 2018 at 5:52 AM wrote: >> >> Hi >> >> I'm trying to understand JS promises. >> >> Are promises relevant in Guile? >> >> According to https://www.promisejs.org/ they seem to be a tool to >> read/write JSON in a nonblocking

Re: Guile equivalent to JS promises?

2018-12-10 Thread Thompson, David
Hello! On Sun, Dec 9, 2018 at 5:52 AM wrote: > > Hi > > I'm trying to understand JS promises. > > Are promises relevant in Guile? > > According to https://www.promisejs.org/ they seem to be a tool to > read/write JSON in a nonblocking way. > > Is this related to threading where the JS dev want mu

Re: Guile equivalent to JS promises?

2018-12-10 Thread Neil Jerram
swedebu...@riseup.net writes: > Hi > > I'm trying to understand JS promises. > > Are promises relevant in Guile? > > According to https://www.promisejs.org/ they seem to be a tool to > read/write JSON in a nonblocking way. > > Is this related to threading where the JS dev want multiple threads to

Re: help with guile-json inconsistencies

2018-12-10 Thread swedebugia
On 2018-12-10 08:27, Aleix Conchillo Flaqué wrote: On Sun, Dec 9, 2018 at 10:33 PM Aleix Conchillo Flaqué wrote: On Sun, Dec 9, 2018 at 2:56 AM Aleix Conchillo Flaqué wrote: Hi guilers, a new guile-json issue came to me recently: https://github.com/aconchillo/guile-json/issues/22 I don't