Re: is there a way to serialize hash tables?

2020-12-30 Thread Linus Björnstam
I have added it to my phone's dictionary, but for some reason it still autocorrects to Alex. Sorry about that. I know very well that it is Aleix. I remember I had the same problem last time. -- Linus Björnstam On Wed, 30 Dec 2020, at 00:18, Aleix Conchillo Flaqué wrote: > You almost got it r

reading symbols containing apostrophe

2020-12-30 Thread Tom Gillespie
Hi, I'm in the processes of reviewing reader behavior for a number of different lisp dialects and Guile has a quirk that I have been unable to find any documentation about. Specifically, as far as I can tell apostrophe is not allowed in identifiers according to the formal grammars for r5rs throu

Re: reading symbols containing apostrophe

2020-12-30 Thread Taylan Kammer
On 30.12.2020 05:51, Tom Gillespie wrote: Hi, I'm in the processes of reviewing reader behavior for a number of different lisp dialects and Guile has a quirk that I have been unable to find any documentation about. Specifically, as far as I can tell apostrophe is not allowed in identifiers ac

Re: is there a way to serialize hash tables?

2020-12-30 Thread Aleix Conchillo Flaqué
No worries at all :-). I know you know. I just took the opportunity to explain how it is pronounced, I'm aware most people don't know. Best, Aleix On Wed, Dec 30, 2020, 12:48 AM Linus Björnstam wrote: > I have added it to my phone's dictionary, but for some reason it still > autocorrects to A

Announcing guile-shapefile.

2020-12-30 Thread Hugo Hörnquist
Hello Schemers! I just released version 0.1(.2) of my new library for parsing shapefiles. Feedback and improvement welcome. https://github.com/HugoNikanor/guile-shapefile -- hugo

scm_shell() SEGV on scm_init_readline()

2020-12-30 Thread Olivier Dion via General Guile related discussions
Hi, When calling scm_shell() in a Guile's context, this sometime results in a segmentation fault when initializing readline. This fault is intermittent and I suspect a race condition since I have a second thread doing things in Guile's context. Searching on the web have not gave much. I managed