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