Hello,
Pierre Lindenbaum skribis:
> AC_MSG_CHECKING(for Guile)
> guile-config link > /dev/null || {
> echo "configure: cannot find guile-config; is Guile installed?" 1>&2
> exit 1
> }
> CFLAGS="$CFLAGS `guile-config compile`"
> LDFLAGS="$LDFLAGS `guile-confi
Key, Kristofer:
On Thu, Dec 14, 2017 at 13:37:30 -0500, Kristofer Buffington wrote:
> 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.
Please reconsider the use of "GNU" in the program na
Mark H Weaver writes:
> Hi Alex,
>
> Alex Vong writes:
>
>> 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?
>
> That's
On Fri, Dec 15, 2017 at 12:06:28PM +, ng0 wrote:
> Christopher Lemmer Webber transcribed 1.4K bytes:
> > 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 believ
On Thu, Dec 14, 2017 at 10:16:04AM +0100, 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 on
Christopher Lemmer Webber transcribed 1.4K bytes:
> 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 G
On Thu, Dec 14, 2017 at 08:23:50AM -0500, Thompson, David wrote:
> 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 impo
Hi Kristofer,
Kristofer Buffington skribis:
> 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/kristofe
Hi Kristofer,
Kristofer Buffington transcribed 1.1K bytes:
> 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.
great start, I like it.
What would be really good is if there cou
(Cross-posted
https://stackoverflow.com/questions/47819563/how-to-configure-ac-with-optional-gnu-guile-library-with-guile
)
Hi all,
I'm looking for a simple example of configure.ac for an optional support of
libguile
I'm a complete beginner with configure.ac, I'm trying to create a simple
p
On Thu, Dec 14, 2017 at 09:48:40PM -0600, Christopher Lemmer Webber wrote:
> At one point Mark Weaver and I were talking about something like a
> special quasiquote that could be used for translations with gettext,
> since many translations are very tricky in situations like:
>
> `(p "Download fro
Hi Alex,
Alex Vong writes:
> 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?
That's right. You should not rely on SCM b
12 matches
Mail list logo