-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, Dec 14, 2017 at 01:37:30PM -0500, Kristofer Buffington wrote:
> 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.
>
> http
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
pelzflorian (Florian Pelz) writes:
> I want to ask for your thoughts on my new solution since translations
> are probably important to many Haunt users. In particular, I believe
> there was some discussion on Website translation on the Guile or Guix
> lists as well.
And not just important to Hau
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.freshbakedyams.com (Please use it!)
Source: https://github.com/kristoferbuffington/gnupaste.git
Currently the frontend u
Hello Mark,
Oh, I didn't really think too much about this. I always thought immediate
objects like SCM_EOL, SCM_BOOL_T, ..., SCM_UNDEFINED can be compared
using '=='. Is this an implementation detail that I should not depend
on?
Mark H Weaver writes:
> Hi Alex,
>
> Alex Vong writes:
>
>> From
Hey everyone!
On Thu, Dec 14, 2017 at 4:16 AM, Ludovic Courtès wrote:
> Hi!
>
> "pelzflorian (Florian Pelz)" skribis:
>
>> I want to ask for your thoughts on my new solution since translations
>> are probably important to many Haunt users. In particular, I believe
>> there was some discussion o
Hi Alex,
Alex Vong writes:
> From the Guile manual ``6.1 Overview of the Guile API'',
>
>>For some Scheme functions, some last arguments are optional; the
>> corresponding C function must always be invoked with all optional
>> arguments specified. To get the effect as if an argument has not
Hello,
From the Guile manual ``6.1 Overview of the Guile API'',
>For some Scheme functions, some last arguments are optional; the
> corresponding C function must always be invoked with all optional
> arguments specified. To get the effect as if an argument has not been
> specified, pass ‘SCM
Chris Vine skribis:
> On Wed, 13 Dec 2017 14:07:18 +
> Chris Vine wrote:
>> Hi,
>>
>> The documentation for the LALR parser provided as part of guile in the
>> (system base lalr) module, formerly at
>> https://code.google.com/archive/p/lalr-scm/, is now unavailable with
>> the closure of go