Linus Björnstam writes:
> I made a module out of Andy's dash (and added some comfort functions
> over fash-fold):
> https://hg.sr.ht/~bjoli/guile-fash/browse/fash.scm?rev=default
>
> What it lacks is a proper way to remove elements..I had a couple of
> stabs at it, but I fear I was too dumb.
Ah e
Linus Björnstam writes:
> I made a module out of Andy's dash (and added some comfort functions
> over fash-fold):
> https://hg.sr.ht/~bjoli/guile-fash/browse/fash.scm?rev=default
BTW, I am getting:
cwebber@twig:~/devel$ git clone https://hg.sr.ht/~bjoli/guile-fash
Cloning into 'guile-fash'...
fa
My code is still using mercurial. I will migrate it to git when I have the time.
--
Linus Björnstam
On Wed, 6 May 2020, at 13:24, Christopher Lemmer Webber wrote:
> Linus Björnstam writes:
>
> > I made a module out of Andy's dash (and added some comfort functions
> > over fash-fold):
> > http
On 05.05.2020 19:34, Dale Mellor wrote:
Been struggling with this for a while, and nothing I try works.
In test-suite/tests/getopt-long there is
(defmacro deferr (name-frag re)
(let ((name (symbol-append 'exception: name-frag)))
`(define ,name (cons 'quit ,re
Christopher Lemmer Webber writes:
> Linus Björnstam writes:
>
>> I made a module out of Andy's dash (and added some comfort functions
>> over fash-fold):
>> https://hg.sr.ht/~bjoli/guile-fash/browse/fash.scm?rev=default
>
> BTW, I am getting:
>
> cwebber@twig:~/devel$ git clone https://hg.sr.ht