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
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:
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
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
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
>
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