Re: Introducing GNUPaste

2017-12-14 Thread tomas
-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

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: Website translations with Haunt

2017-12-14 Thread Christopher Lemmer Webber
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

Introducing GNUPaste

2017-12-14 Thread Kristofer Buffington
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

Re: function registered with scm_c_define_gsubr: how can i handle an optional parameter?

2017-12-14 Thread Alex Vong
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

Re: Website translations with Haunt

2017-12-14 Thread Thompson, David
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

Re: function registered with scm_c_define_gsubr: how can i handle an optional parameter?

2017-12-14 Thread Mark H Weaver
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

Re: function registered with scm_c_define_gsubr: how can i handle an optional parameter?

2017-12-14 Thread Alex Vong
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

Re: guile parser

2017-12-14 Thread Ludovic Courtès
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