Re: Newbie thoughts on Guile Hall + Guix

2022-02-08 Thread Catonano
Hi Blake, I'm Adriano , it' just happens that I'm reading this message of yours from another account Il giorno mar 8 feb 2022 alle ore 14:39 Blake Shaw < bl...@nonconstructivism.com> ha scritto: > Vijay Marupudi writes: > > I don't think it's fair to say that using packages in Guile just as > >

Re: (help NAME)

2020-09-13 Thread Catonano
Il giorno gio 10 set 2020 alle ore 19:24 Nate Rosenbloom < nate.rosenbl...@gmail.com> ha scritto: > What Version of guile are you using? on 2.2.6 i get: > --- > scheme@(guile-user)> (help cons) > No documentation found for: > (guile): cons > scheme@(guile-user)> (help 'ice-9) > No documentation fo

Re: (help NAME)

2020-09-10 Thread Catonano
Hi, Il giorno gio 10 set 2020 alle ore 19:24 Nate Rosenbloom < nate.rosenbl...@gmail.com> ha scritto: > What Version of guile are you using? on 2.2.6 i get: > --- > scheme@(guile-user)> (help cons) > No documentation found for: > (guile): cons > scheme@(guile-user)> (help 'ice-9) > No documentati

Re: display path of directory of a file and bug?

2020-09-08 Thread Catonano
Il giorno dom 6 set 2020 alle ore 17:13 <2qdxy4rzwzuui...@potatochowder.com> ha scritto: > On 2020-09-06 at 16:03:17 +0200, > Zelphir Kaltstahl wrote: > > > If I move a file using `mv`, a recomplation seems to be not > > required. If I copy the file instead, Guile recompiled it. Does this > > hav

Re: Debug setup in emacs

2020-09-07 Thread Catonano
Hi Fredrik, Il giorno lun 7 set 2020 alle ore 22:01 Fredrik Salomonsson < platt...@posteo.net> ha scritto: > > Thank you for pointing this out to me and the links to the blog posts. > > My pleasure ☺ And as a follup question. What do people use when debugging guile code? > > I don't debug much,

(name PROCEDURE-OR-MACRO)

2020-09-07 Thread Catonano
Still reading the text displayed by (help) I find, among others, this excerpt Other useful sources of helpful information: (apropos STRING) (arity PROCEDURE) (name PROCEDURE-OR-MACRO) (source PROCEDURE-OR-MACRO) If I try (name car) I get scheme@(guile-user)> (name car) ;;; :255:0: warning: po

(help NAME)

2020-09-07 Thread Catonano
I'm reading the text that (help) displays scheme@(guile-user)> (help) Usage: (help NAME) gives documentation about objects named NAME (a symbol) (help REGEXP) ditto for objects with names matching REGEXP (a string) (help 'NAME) gives documentation for NAME, even if it is not an objec

Re: Debug setup in emacs

2020-09-06 Thread Catonano
Hi Fredrik, Il giorno sab 5 set 2020 alle ore 02:53 Fredrik Salomonsson < platt...@posteo.net> ha scritto: > > Hi, > > I've been playing around with guile for awhile and really liking it. One > thing I haven't figured out is how to setup a good debugging environment > in emacs, similar to edebug

Re: "Missing" libraries/concepts found in other languages/ecosystems?

2020-07-14 Thread Catonano
Il giorno mar 14 lug 2020 alle ore 12:32 Catonano ha scritto: > > > Il giorno dom 12 lug 2020 alle ore 21:33 Chris Vine < > vine35792...@gmail.com> ha scritto: > >> On Sun, 12 Jul 2020 20:14:23 +0100 >> Chris Vine wrote: >> [snip] >> > Secondly, i

Re: "Missing" libraries/concepts found in other languages/ecosystems?

2020-07-14 Thread Catonano
Il giorno dom 12 lug 2020 alle ore 21:33 Chris Vine ha scritto: > On Sun, 12 Jul 2020 20:14:23 +0100 > Chris Vine wrote: > [snip] > > Secondly, if the handler returns and #:unwind? is set to #f then > > raise-continuable will return with the value returned by the handler. > > So this: > > > >

Re: "Missing" libraries/concepts found in other languages/ecosystems?

2020-07-12 Thread Catonano
I forgot to mention that tha modules I'm using, in this case are (use-modules (ice-9 exceptions)) instead of the rnrs ones of the previous example

Re: "Missing" libraries/concepts found in other languages/ecosystems?

2020-07-12 Thread Catonano
Il giorno sab 11 lug 2020 alle ore 12:14 Chris Vine ha scritto: > On Sat, 11 Jul 2020 02:19:43 +0200 > Zelphir Kaltstahl wrote: > [snip] > > I would be glad, if any non-optimal example was extended or updated by a > > more knowledgeable person or I was told what I could improve in some > > examp

Re: "Missing" libraries/concepts found in other languages/ecosystems?

2020-07-10 Thread Catonano
Il giorno ven 10 lug 2020 alle ore 12:21 Chris Vine ha scritto: > On Fri, 10 Jul 2020 10:49:37 +0200 > Catonano wrote: > > Il giorno mer 8 lug 2020 alle ore 20:22 Zelphir Kaltstahl < > > zelphirkaltst...@gmail.com> ha scritto: > > > > > Hi Simen! > &g

Re: "Missing" libraries/concepts found in other languages/ecosystems?

2020-07-10 Thread Catonano
t; > working with > > immutable data). > > > > Does things like this exists, or is it better to use something > > else? > > > > Regards Simen > > To what others already have written I will add: > > From time to time one can copy ideas from Racket or

Re: "Missing" libraries/concepts found in other languages/ecosystems?

2020-07-08 Thread Catonano
Il giorno mer 8 lug 2020 alle ore 09:38 Simen Endsjø ha scritto: > > Hi, I'm new to scheme/lisp, so I'm trying to find out how to do > things the "lisp > way". On the other hand, I like things from other ecosystems too, > and I'm having > problems finding this for Guile. It might be because there

Re: Using guile-scmutils with REPL and compilation

2020-07-03 Thread Catonano
Il giorno sab 4 lug 2020 alle ore 03:06 Viacheslav Dushin < slava...@gmail.com> ha scritto: > Anyone? > In the past I tried to start reading the SICM When I came to the part where I had to make MIT-scheme work with the scmutils, I got discouraged and gave up I won't go into why it was unusable,

Re: Programmatically expand macros

2020-06-19 Thread Catonano
Hi Linus Il giorno mar 16 giu 2020 alle ore 19:59 Linus Björnstam < linus.inter...@fastmail.se> ha scritto: > Hi! > > Is there any simple way to programmatically expand a macro? I already have > a PoC that uses syntax-local-binding, but that is quite complex. > > Say I have a macro called (hej bo

Re: guile-json 4.1.0 released

2020-06-07 Thread Catonano
Il giorno dom 7 giu 2020 alle ore 02:10 Aleix Conchillo Flaqué < aconchi...@gmail.com> ha scritto: > Hi! > > I'm happy to announce guile-json 4.1.0. This version improves number > parsing performance by a 2x factor and cleans up and simplifies the builder > code specially unicode related. > I app

Re: [ANN] Guile Hall 0.3.0 released

2020-05-29 Thread Catonano
Il giorno ven 29 mag 2020 alle ore 10:27 Ludovic Courtès ha scritto: > I’m sorry, I won’t do that. The arguments in the message you reference > above are not compelling to me; I fail to see what’s wrong with the > current text. > > Apologies for not following the discussion closely enough. I’m

Re: [ANN] Guile Homebrew Tap

2020-05-28 Thread Catonano
Il giorno gio 28 mag 2020 alle ore 17:38 Aleix Conchillo Flaqué < aconchi...@gmail.com> ha scritto: > Hi! > > I'm excited to announce a new project: Guile Homebrew Tap. This is a > Homebrew tap that allows you to easily install Guile libraries on macOS > through Homebrew. > > https://github.com/ac

Re: [ANN] Guile Hall 0.3.0 released

2020-05-28 Thread Catonano
Il giorno gio 28 mag 2020 alle ore 17:54 Ludovic Courtès ha scritto: > Hi, > > Catonano skribis: > > >> What do you think should be added or reworded? I’m happy to fix it. > >> > > > > It's here ! > > https://lists.gnu.org/archive/html/g

Re: [ANN] Guile Hall 0.3.0 released

2020-05-28 Thread Catonano
Il giorno gio 28 mag 2020 alle ore 14:32 Ludovic Courtès ha scritto: > Hi, > > Catonano skribis: > > > Thank you Ludo !! > > > > May I ask you why you preferred this version ? > > > > Alex and I had agreed on a different bersion > > This was

Re: [ANN] Guile Hall 0.3.0 released

2020-05-27 Thread Catonano
0 > > Subject: [PATCH] Added a reference to Guile Hall in the manual. > > > > * doc/ref/scheme-using.texi: Add a section on Hall. > > I finally pushed a slightly modified variant of this patch: > > > https://git.savannah.gnu.org/cgit/guile.git/commit/?id=f55740f

Re: [ANN] Guile Hall 0.3.0 released

2020-05-26 Thread Catonano
Il giorno lun 25 mag 2020 alle ore 09:51 Catonano ha scritto: > > May I ask you (or anyone else) to suggest me a correct git log line ? > > I can't remember how to edit that > for the sake of completeness, the patch is here https://lists.gnu.org/archive/html/guile-devel/2020-05/msg00026.html

Re: [ANN] Guile Hall 0.3.0 released

2020-05-25 Thread Catonano
Il giorno lun 25 mag 2020 alle ore 09:13 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: > Heya, > > Catonano writes: > > > Il giorno dom 24 mag 2020 alle ore 23:22 Alex Sassmannshausen < > alex.sassmannshau...@gmail.com> ha scritto: >

Re: [ANN] Guile Hall 0.3.0 released

2020-05-24 Thread Catonano
Il giorno dom 24 mag 2020 alle ore 23:22 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: > Hey Catonano, > Hi Alex ! Thank you for your review ☺ I liked the style of your text. I've taken the liberty to expand on it > some more — but I'm happy to go

Re: [ANN] Guile Hall 0.3.0 released

2020-05-21 Thread Catonano
Il giorno gio 21 mag 2020 alle ore 12:03 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: > Heya, > > On Thu, 2020-05-21 at 12:00 +0200, Catonano wrote: > > > > > > Il giorno mer 20 mag 2020 alle ore 17:58 Catonano > > ha scritto: >

Re: [ANN] Guile Hall 0.3.0 released

2020-05-21 Thread Catonano
Il giorno mer 20 mag 2020 alle ore 17:58 Catonano ha scritto: > > > Ok this is the last revision for today > Now I'm gonna do something else, really ! 😀 > So, today is another day and I have a new update I'm watching this talk https://peertube.social/videos/watc

Re: [ANN] Guile Hall 0.3.0 released

2020-05-20 Thread Catonano
Ok this is the last revision for today Now I'm gonna do something else, really ! 😀 From b0354b6292b4b43a4743bb4b4432250d8bf64732 Mon Sep 17 00:00:00 2001 From: Adriano Date: Mon, 18 May 2020 17:44:15 +0200 Subject: [PATCH] added a reference to guile-hall in the manual --- doc/ref/scheme-using.te

Re: [ANN] Guile Hall 0.3.0 released

2020-05-20 Thread Catonano
Ehm I reshaped the phrasing a bit and corrected a typo From 06525320b07b7f8900dd126b128705439afaa109 Mon Sep 17 00:00:00 2001 From: Adriano Date: Mon, 18 May 2020 17:44:15 +0200 Subject: [PATCH] added a reference t guile-hall in the manual --- doc/ref/scheme-using.texi | 55

Re: [ANN] Guile Hall 0.3.0 released

2020-05-18 Thread Catonano
Il giorno dom 17 mag 2020 alle ore 22:48 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: Absolutely, thanks for offering! Happy to give your draft a once over > if you want! > So, here's the patch is it leaning a bit too much on the use case illustration ? Should it be a bit

Re: haunt

2020-05-18 Thread Catonano
I have an update about this Il giorno dom 17 mag 2020 alle ore 17:48 Ricardo Wurmus ha scritto: > > > Have you tried clearing the cache of compiled .go files? > I eliminated the ccache in my target folder ($HOME/opt) and that solved the issue ¯\_(ツ)_/¯ So all is well

Re: [ANN] Guile Hall 0.3.0 released

2020-05-17 Thread Catonano
Il giorno dom 17 mag 2020 alle ore 17:35 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: > Hey Cato, > > Catonano writes: > > > […] > > > > This is an important step in making the Guile user experience less rough > > > > Whe

Re: haunt

2020-05-17 Thread Catonano
Il giorno dom 17 mag 2020 alle ore 14:16 Catonano ha scritto: > > > Il giorno dom 17 mag 2020 alle ore 14:08 Ricardo Wurmus < > rek...@elephly.net> ha scritto: > >> >> Catonano writes: >> >> > ;;; WARNING: loading compiled file >> > /h

Re: haunt

2020-05-17 Thread Catonano
Il giorno dom 17 mag 2020 alle ore 14:08 Ricardo Wurmus ha scritto: > > Catonano writes: > > > ;;; WARNING: loading compiled file > > /home/adriano/opt/lib/guile/3.0/site-ccache/haunt/serve/web-server.go > > failed: > > ;;; In procedure load-thunk-from-m

haunt

2020-05-17 Thread Catonano
I'm building Haunt on Ubuntu 20.04 and Guile 3.0.1 (comes with Ubuntu) and I'm running into some issues I don't want to ask directly to David Thompson because recently he wrote on the fediverse about some tragic and emotionally draining events that hit him and his family I'd like to work around

Re: Functional hashtables

2020-05-17 Thread Catonano
Il giorno sab 16 mag 2020 alle ore 22:43 Ludovic Courtès ha scritto: > > Would someone be willing to turn it into a proper Guile module with a > section in the manual and some tests? > > I'm ready to help maybe contributing some tests or some manual paragraphs

Re: [ANN] Guile Hall 0.3.0 released

2020-05-16 Thread Catonano
Il giorno sab 16 mag 2020 alle ore 22:57 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: > > Heya, > > > Catonano writes: > > > Il giorno sab 16 mag 2020 alle ore 17:41 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto:

Re: [ANN] Guile Hall 0.3.0 released

2020-05-16 Thread Catonano
Il giorno sab 16 mag 2020 alle ore 17:41 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: > Hello, > > I have the pleasure to announce that I have today released Guile Hall > 0.3.0. > > Thank you Alex ! I believe the most important step now would be to write a manual at least pa

foldts for building graphs

2020-03-19 Thread Catonano
I'd like to build a tree that has the exact same shape of the tree made of tree-il records BUT I want my tree to be made of cons cells and vectors. No more So lists, alists and vectors. But no more. Because those can be pretty printed. tree-il trees can be printed but they're not so pretty I'

Re: Make a library installable?

2019-05-15 Thread Catonano
There's a package called guile-hall It creates a guile project instrumented with the autotools and it sort of manages it for you If your project contains c code guile-hall won't work and you'll need to edit your autotools files by hand A project packaged with the autotools can be built on, say,

Re: display-backtrace

2019-03-02 Thread Catonano
Il giorno sab 2 mar 2019 alle ore 17:03 Mike Gran ha scritto: > On Sat, Mar 02, 2019 at 04:23:34PM +0100, Catonano wrote: > > API reference -> Debugging -> Programmatic error handling > > > > Would you mind to let me know if you succeed in making this thing work >

Re: display-backtrace

2019-03-02 Thread Catonano
API reference -> Debugging -> Programmatic error handling Would you mind to let me know if you succeed in making this thing work for you ? Thanks

Re: display-backtrace

2019-03-02 Thread Catonano
Il giorno ven 1 mar 2019 alle ore 12:47 Mike Gran ha scritto: > On Sun, Feb 17, 2019 at 12:07:08PM +0300, Vladimir Zhbanov wrote: > > Hi, > > > > Is there a way to not limit backtrace output with current terminal > > width setting? When I compile my project which uses autotools and > > srfi-64 te

Re: make check

2019-03-02 Thread Catonano
Il giorno ven 1 mar 2019 alle ore 11:52 Mike Gran ha scritto: > On Mon, Feb 25, 2019 at 09:30:46AM +0100, Catonano wrote: > > I added a test to the test-suite/tests/texinfo.serialize.test file, > > > > like this > > > > (assert-seria

make check

2019-02-25 Thread Catonano
I added a test to the test-suite/tests/texinfo.serialize.test file, like this (assert-serialize '(defcodeindex (% (entry "op"))) "@defcodeindex opi ") please note that the texinfo string is wrong I run make check expecting to see a failed test but they all pass Is my new test bei

Re: [ANN] Guile Hall Release (v0.1.1)

2019-02-18 Thread Catonano
Il giorno dom 1 lug 2018 alle ore 22:36 Ludovic Courtès ha scritto: > Hello Alex, > > Alex Sassmannshausen skribis: > > > Otherwise you can get the code from > > https://gitlab.com/a-sassmannshausen/guile-hall/, and build (hopefully) > > using the traditional > > $ autoreconf -vif && ./configure

Re: socketpairs

2019-02-07 Thread Catonano
Il giorno gio 7 feb 2019 alle ore 12:32 Mike Gran ha scritto: > > Unix sockets are often used to communicate between processes on the same > machine. > > Normally one process opens the socket and the other connects to it. > > Both processes need to know the unix path to the socket > for this to w

socketpairs

2019-02-07 Thread Catonano
I don't understand what socketpairs are for The manual states: -- Scheme Procedure: socketpair family style proto -- C Function: scm_socketpair (family, style, proto) Return a pair, the ‘car’ and ‘cdr’ of which are two unnamed socket ports connected to each other. The connection is f

fibers on a unix socket

2019-01-31 Thread Catonano
Hello in Fibers there's an example of a client connecting to a server I'd like to do the same thing BUT in my case the server provides a unix socket. It's a unix socket provided by Postgresql. On Ubuntu it's here /var/run/postgresql/.s.PGSQL.5432 I'm wondering about these 3 lines the fibers cli

Re: Function set-gl-vertex-array in Guile-opengl

2019-01-26 Thread Catonano
Hi Luis, I hadn't guile-opengl installed, so I downloaded, built it and installed it uust to see if I could reproduce this error you are running into Il giorno ven 25 gen 2019 alle ore 15:58 Luis Souto Graña < luissoutob...@gmail.com> ha scritto: > Hello, I'm trying to use the function set-gl-ve

Re: Permissive html parser for guile

2019-01-24 Thread Catonano
Il giorno gio 24 gen 2019 alle ore 07:13 swedebugia ha scritto: > On 2019-01-23 22:08, Thompson, David wrote: > > On Wed, Jan 23, 2019 at 11:41 AM swedebugia > wrote: > >> > >> I just found this LGPL3 parser by Neil Van Dyke (see attachment) > >> > >> Do we have something similar in guile? > > >

finding Guile

2019-01-18 Thread Catonano
I opened a new ticket on the guile-hall repo https://gitlab.com/a-sassmannshausen/guile-hall/issues/4 I remind everybody that guile-hall is an attempt to create a command to create and manage Guile based projects instrumented with the Autotools I found a symptom but I can't properly diagnose the

Re: parse-result

2019-01-16 Thread Catonano
Il giorno mer 16 gen 2019 alle ore 09:21 Catonano ha scritto: > Hello, > > I'm reading the parsers tuorial in Zelpir's examples repository > > I don't understand where the procedure "parse-result" is defined > > The first occurrence of it is on line

parse-result

2019-01-16 Thread Catonano
Hello, I'm reading the parsers tuorial in Zelpir's examples repository I don't understand where the procedure "parse-result" is defined The first occurrence of it is on line 29 https://gitlab.com/zelphir-kaltstahl-projects/guile-scheme-tutorials-and-examples/blob/dev/parsing/parser-combinators/

Re: Use GUIX installed packages / libraries in Guile

2019-01-12 Thread Catonano
Il giorno sab 12 gen 2019 alle ore 17:20 Zelphir Kaltstahl < zelphirkaltst...@gmail.com> ha scritto: > On 1/12/19 1:49 PM, swedebugia wrote: > > Zelphir Kaltstahl skrev: (12 januari 2019 > > 13:18:49 CET) > > > > Hi, > > > > A while ago I installed Guix, initially only to be able to insta

Re: Use GUIX installed packages / libraries in Guile

2019-01-12 Thread Catonano
;t do (usually setting it in your ~/.bashrc file or your ~/.profile file) You have to put a file in /etc/ld.so.conf.d containing the path to your custom lib directory I put a /etc/ld.so.conf.d/nettle.conf file containing: /home/catonano/opt/lib I called such file nettle.conf" because Nettle

Re: unit tests best practice

2019-01-10 Thread Catonano
Il giorno dom 6 gen 2019 alle ore 16:27 Alex Sassmannshausen < alex.sassmannshau...@gmail.com> ha scritto: > Hi Cato and Mike, > > Thanks for the discussion — this is already shedding a ton of light :-) > > Catonano writes: > > > Il giorno gio 3 gen 2019 alle ore 1

Re: unit tests best practice

2019-01-05 Thread Catonano
Il giorno sab 5 gen 2019 alle ore 17:49 Amirouche Boubekki < amirouche.boube...@gmail.com> ha scritto: > Insightful post for those interested in autotool-fu. > > By the way, I have a demo repo with how to setup coverage, if you are > interested ? > yes, tanks

Re: unit tests best practice

2019-01-05 Thread Catonano
Il giorno gio 3 gen 2019 alle ore 19:45 Mike Gran ha scritto: > On Thu, Jan 03, 2019 at 05:53:33PM +0100, Catonano wrote: > > Wat's the best practice to instrument a Guile based project for running > > unit tests ? > > > > guile-git has this

Re: Long command line arguments using SRFI 37

2019-01-05 Thread Catonano
Il giorno ven 4 gen 2019 alle ore 19:55 Zelphir Kaltstahl < zelphirkaltst...@gmail.com> ha scritto: > Hi Guile Users, > > I have a question regarding the usage of SRFI 37. Is it possible to have > long arguments, which one can use as follows: > > guile main.scm --argument value > > This is what I

unit tests best practice

2019-01-03 Thread Catonano
Wat's the best practice to instrument a Guile based project for running unit tests ? guile-git has this fragment in the Makefile.am file SCM_LOG_DRIVER =\ $(top_builddir)/pre-inst-env \ $(GUILE) --no-auto-compile -e main\ $(to

Re: Using GUIX

2018-12-18 Thread Catonano
Il giorno mar 18 dic 2018 alle ore 00:12 Zelphir Kaltstahl < zelphirkaltst...@gmail.com> ha scritto: > Hello Guile Users, > > I recently managed to install GUIX package manager. Now I always get the > following warning, when I install any package: > > guix package -i hello > guix package: warning:

3 different json projects

2018-12-13 Thread Catonano
This is not strictly about guile-json, it's somewhat tangential In the thread announcing guile-json 2.0, I learned that David Thompson uses his own json processing thing There is also guile-sjson by Christopher Allan Webber And then there's guile-json This amounts to 3 different projects for de

Re: a network client

2018-12-13 Thread Catonano
Il giorno gio 13 dic 2018 alle ore 11:08 Mark H Weaver ha scritto: > > I'm sorry, but there's not enough information in your email for me to > understand what's happening. > > It would be most helpful if you could provide a small, self-contained > example of the server and client code, so that we

a network client

2018-12-13 Thread Catonano
I wrote a small server in Guile scheme I used the command "nc" to test it It seems to work Then I wrote a small client in Guile It doesn't work and I don't understand why At the REPL: scheme@(lsp-client)> (run-ping-test 11211) This runs the client The client is supposed to write a short str

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"

a small example of a REPL server

2018-11-28 Thread Catonano
Could anyone write a small example of a REPL server for me ? The manual indicates some functions but then the code for the REPL is overwhelming A really small example, like the one for reading strings from the current input port that I offered in another thread, would help >From that, I could st

Re: Beginner questions

2018-11-27 Thread Catonano
Neil, Il giorno lun 19 nov 2018 alle ore 10:02 Neil Jerram < n...@ossau.homelinux.net> ha scritto: > > > On 18 November 2018 19:33:31 GMT, Catonano wrote: > >Il giorno lun 29 ott 2018 alle ore 22:58 swedebugia > > > >ha scritto: > > > >> Hi &

Re: Beginner questions

2018-11-18 Thread Catonano
Il giorno lun 29 ott 2018 alle ore 22:58 swedebugia ha scritto: > Hi > > I would like to learn more scheme and I would like to make a small CLI > program that runs in the terminal and prompts the user for input and > evaluates it. > > Is that possible with guile? In the REPL? > > Can someone poin

Re: ,apropos with the git module

2018-10-30 Thread Catonano
Il giorno dom 28 ott 2018 alle ore 14:50 Catonano ha scritto: > I run into a behaviour of the REPL that is getting me confused > > it's on Guile 2.2.2 as packaged on Fedora 28 > > If I import > > ,use (git repositoy) > > then > > ,apropos repositoy >

,apropos with the git module

2018-10-28 Thread Catonano
I run into a behaviour of the REPL that is getting me confused it's on Guile 2.2.2 as packaged on Fedora 28 If I import ,use (git repositoy) then ,apropos repositoy returns a bunch of functions If I import ,use (git) then ,apropos repository returns nothing I made a little screencast, i

Code of Conduct

2018-10-25 Thread Catonano
has Guile a Code of Conduct ? Who could I contact, should I run into interactions that I deem inappropriate in the Guile channels ? I can't find this information on the web site

Re: macroexpand-1

2018-06-05 Thread Catonano
Mark, thanks again for your remarks > 2018-05-30 3:07 GMT+02:00 Mark H Weaver : > > You're right, it is problematic, and it's good that you noticed that. > It exposes internal details of Guile's implementation, which is quite > likely to change in the future. Do not use this interface if you can

Re: macroexpand-1

2018-05-31 Thread Catonano
Mark, thank you very much for explaining at lenght, I appreciate that ! 2018-05-30 3:07 GMT+02:00 Mark H Weaver : > Hi, > > Catonano writes: > > > 2018-05-29 17:01 GMT+02:00 Mark H Weaver : > > > what's the problem with macroexpand-1 and syntax-case ? >

Re: macroexpand-1

2018-05-29 Thread Catonano
Mark, 2018-05-29 17:01 GMT+02:00 Mark H Weaver : > Hi, > > Catonano writes: > > > in the NEWS file, I read: > > > > > > ... > > ** Removed function: `macroexpand-1' > > > > It is unclear how to implement `macroexpand-1' with s

Re: macroexpand-1

2018-05-29 Thread Catonano
Anyway: thank you !!

Re: capture stdout and stderr

2018-05-29 Thread Catonano
2018-05-27 19:26 GMT+02:00 Thomas Danckaert : > From: Stefan Israelsson Tampe > Subject: Re: capture stdout and stderr > Date: Thu, 24 May 2018 15:25:51 +0200 > > I think that your code whould work but doesn't because string ports are >> not file ports and system commands pipes out to file ports.

Re: capture stdout and stderr

2018-05-26 Thread Catonano
some form of buffering, or something, and closing the port also "flushes" the port, meaning that if there are some remnants to be written yet, they get written I don't even know of with-error-to-port automatically closes the port so that manually closing it shouldn't be necessary

macroexpand-1

2018-05-21 Thread Catonano
in the NEWS file, I read: ... ** Removed function: `macroexpand-1' It is unclear how to implement `macroexpand-1' with syntax-case, though PLT Scheme does prove that it is possible. what's the problem with macroexpand-1 and syntax-case ? Thanks

texinfo processing

2018-02-05 Thread Catonano
I already posted this on guix-devel but someone observed tat this is probably more suited to guile-user In playing with David's Haunt, I came to the procedure texi-fragment->stexi I'd like the tag that the examples are wrapped in to have the class="src example" attribute in the resulting html

Re: Haunt load path

2018-01-22 Thread Catonano
2018-01-14 8:44 GMT+01:00 Catonano : > I have a naive question (as usual) > > I'm trying David Thompson's Haunt static site builder > > In my blog root I made a "scheme/builder/blog.scm" path > > and blog.scm contains a builder called "my-build

Re: What's next with culturia search engine? (and guile-wiredtiger)

2018-01-14 Thread Catonano
2018-01-14 11:05 GMT+01:00 Amirouche Boubekki : > On 2018-01-14 09:12, Catonano wrote: > >> 2017-11-26 23:33 GMT+01:00 Amirouche Boubekki >> : >> >>> >>> The quering engine will first compute the frequency of both >>> keywords and then lookup th

Re: g-golf

2018-01-14 Thread Catonano
2018-01-14 14:10 GMT+01:00 David Pirotte : > Hi Catonano, > > > > Thank you for your interest, but please note that G-Golf still is in > > > planning stage > > > I know but I tought I would have taken a look > > Ok, you're welcome of course! > > &

Re: g-golf

2018-01-14 Thread Catonano
No, doesn't change 2018-01-14 13:35 GMT+01:00 Catonano : > Ah I see these dependencies >

Re: g-golf

2018-01-14 Thread Catonano
Ah I see these dependencies Texinfo>= 6.1 GObject-Introspection-1.0>= 1.48.0 Glib-2.0>= 2.48.0 Gobject-2.0>= 2.48.0 are missing I'll try and report back

Re: g-golf

2018-01-14 Thread Catonano
2018-01-14 13:00 GMT+01:00 David Pirotte : > Hello, > > > Trying to build G-golf in GuixSD > > Thank you for your interest, but please note that G-Golf still is in > planning stage > - as stated on both its Gnu and Savannah web pages: > > this means that it is, as it is, unusable: you sho

Re: g-golf

2018-01-14 Thread Catonano
2018-01-14 11:08 GMT+01:00 Amirouche Boubekki : > On 2018-01-14 11:03, Catonano wrote: > >> Trying to build G-golf in GuixSD >> >> This is how I'm creating an environment >> >> guix environment --ad-hoc autoconf automake pkg-config guile >> >>

g-golf

2018-01-14 Thread Catonano
Trying to build G-golf in GuixSD This is how I'm creating an environment guix environment --ad-hoc autoconf automake pkg-config guile and this is the result of configure ./configure: line 2497: PKG_PROG_PKG_CONFIG: command not found ./configure: line 2520: syntax error near unexpected token `gu

Re: What's next with culturia search engine? (and guile-wiredtiger)

2018-01-14 Thread Catonano
2017-11-26 23:33 GMT+01:00 Amirouche Boubekki : > Héllo, > > I made some progress on my culturia project, > I wanted to share with you where it's going > with a few bits about guile-wiredtiger itself. > > tl;dr: > > $ git clone https://a-guile-mind.github.io/culturia.one > $ git clone https://

Haunt load path

2018-01-13 Thread Catonano
I have a naive question (as usual) I'm trying David Thompson's Haunt static site builder In my blog root I made a "scheme/builder/blog.scm" path and blog.scm contains a builder called "my-builder" my-builder is copied from the built in builder that comes with Haunt I just copied and pasted it

Re: Bytestructures 1.0.1

2018-01-08 Thread Catonano
2018-01-08 0:45 GMT+01:00 Taylan Ulrich Bayırlı/Kammer < taylanbayi...@gmail.com>: > Amazingly, a bug that existed for months has been coincidentally > discovered hours after I made the release. :-)) > > The alignment of vectors and unions within structs was not being > calculated correctly. Fort

Re: Introducing GNUPaste

2017-12-14 Thread Catonano
Hi Kristofer ! 2017-12-14 19:37 GMT+01:00 Kristofer Buffington < kristoferbuffing...@gmail.com>: > Hello! > > I am excited to share GNUPaste! This is a really simple web app > similar to paste.lisp.org built with Guile. I have a linode running it > from git on GuixSD. > > https://paste.freshbaked

Re: ffi-helper: looking for C libraries to try

2017-08-08 Thread Catonano
Matt, 2017-07-15 1:17 GMT+02:00 Matt Wette : > > Hi All, > > I am working on a ffi-helper: a program that will read in a C dot-h file > and generate a Guile I would be intrigued by the possibility to wrrite Gnome apps in Guile scheme I know that there's a proejct for thhat, it's G-golf https:/

Re: dynamic-wind

2017-07-17 Thread Catonano
I'm so glad for all the people who intervened in this discussion As this made the subtleties of the issue clearer. Thank you people ! 2017-07-09 16:49 GMT+02:00 Chris Vine : > On Sun, 9 Jul 2017 11:09:25 -0300 > Vítor De Araújo wrote: > > unwind-protect is a dynamic-wind without the in guard.

Re: dynamic-wind

2017-07-04 Thread Catonano
Chris, thank you for your remarks. Yo're right that I was being caught up by continuations AND that I was probably missing the generality of the concept of dynamic wind And yet, I still want to clarify my point My point is not that the manual is incomplete or inaccurate My point is that the ma

Re: dynamic-wind

2017-07-01 Thread Catonano
Thank you !!

Re: dynamic-wind

2017-07-01 Thread Catonano
2017-06-30 23:48 GMT+02:00 Panicz Maciej Godek : > > > 2017-06-30 22:33 GMT+02:00 Catonano : > >> On the irc channel I was suggested that it might have been a good fit for >> my use case >> >> I took a look at it in the manual >> >> I'm perplex

dynamic-wind

2017-06-30 Thread Catonano
On the irc channel I was suggested that it might have been a good fit for my use case I took a look at it in the manual I'm perplexed. I don't understand it How is it supposed to be used ? The provided example is somewhat contrived, I couldn't understand it anyway. My use case is basic, really

Re: unsigned-int

2017-06-24 Thread Catonano
2017-06-23 14:16 GMT+02:00 Mark H Weaver : > > No need to apologize. > Cool, tanks :-) > > #vu8(118 0 0 0) represents 118. > > I'm not sure why it's a different number than you're expecting, but I > can tell you that's the number in that bytevector. > I was expecting a different numbr of rows

  1   2   >