Hi,
I've been stuck for a few days on the following:
Let's say I have a record type:
(define-record-type* my-record make-my-record
my-record?
this-record
(first-field my-record-first-field)
(second-field my-record-second-field))
And a function that uses such a record, but needs to run on
e...@beaver-labs.com writes:
> I've been stuck for a few days on the following:
> Let's say I have a record type:
>
> (define-record-type* my-record make-my-record
> my-record?
> this-record
> (first-field my-record-first-field)
> (second-field my-record-second-field))
>
> And a function t
On Sun, 02 May 2021 12:36:37 -0400
Joshua Branson wrote:
> Christopher Lemmer Webber writes:
>
> > I see the cookbook now mentions the possibility of running Guix on a
> > pinephone... is anyone actually doing it? Mind posting your
> > experiences and setup?
> >
> > (Doesn't have to be as a ph