Re: How to work with the tree produced by (ice-9 peg)'s match-pattern?

2024-12-04 Thread Zelphir Kaltstahl
On 04.12.24 13:06, Tomas Volf wrote: Hi :) I recently discovered the (ice-9 peg) module, and it seems really useful. However I have to admit I struggle a bit with processing the tree produced by it. Let me put forward an example: --8<---cut here---start->8-

Re: [BLOG] Why you should port Scheme application to GNU Artanis

2024-12-04 Thread Maxim Cournoyer
Hi Nala, Nala Ginrut writes: > Hi folks! > We have a new post: > https://artanis.dev/blog/why-to-port-to-artanis.html Thanks for sharing! -- Maxim

How to work with the tree produced by (ice-9 peg)'s match-pattern?

2024-12-04 Thread Tomas Volf
Hi :) I recently discovered the (ice-9 peg) module, and it seems really useful. However I have to admit I struggle a bit with processing the tree produced by it. Let me put forward an example: --8<---cut here---start->8--- (use-modules (ice-9 peg)) (define-