Re: help with guile-json inconsistencies

2018-12-11 Thread Aleix Conchillo Flaqué
On Tue, Dec 11, 2018 at 12:31 AM Zelphir Kaltstahl wrote: > As long as translating back and forth from JSON and guile still results > in the same structure, this seems fine. Translating JSON to Guile and > then writing it back as JSON again should not result in JSON changes. Yes, that's guarantee

Re: Flattening the learning curve of guile

2018-12-11 Thread sirgazil
Hi, swedebugia :) There is a lot one could do to make it easier for beginners to start using Guile. This topic has been discussed before. This is what I think about it: https://lists.gnu.org/archive/html/guile-user/2017-02/msg00108.html On 10/12/18 2:07 p. m., swedebu...@riseup.net wrote:

Re: Send/link your favorite guile script

2018-12-11 Thread Panicz Maciej Godek
Hi! pon., 10 gru 2018 o 20:13 napisał(a): > 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

Re: New library: guile-wikidata

2018-12-11 Thread Roel Janssen
On 11-12-18 01:32, swedebu...@riseup.net wrote: 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/swedebu

Re: Tensorflow bindings

2018-12-11 Thread Jérémy Korwin-Zmijowski
So cool ! Le 10 décembre 2018 23:16:36 GMT+01:00, "Aleix Conchillo Flaqué" a écrit : >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 >

Re: help with guile-json inconsistencies

2018-12-11 Thread Zelphir Kaltstahl
On 11.12.18 06:18, Aleix Conchillo Flaqué wrote: > 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