guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Aw: Re: [ANN] Guile Hall Release (v0.1.1)


From: Arne Babenhauserheide
Subject: Aw: Re: [ANN] Guile Hall Release (v0.1.1)
Date: Tue, 3 Jul 2018 09:27:27 +0200

> Gesendet: Dienstag, 03. Juli 2018 um 09:03 Uhr
> Von: "alex sassmannshausen" <address@hidden>
> An: "Ludovic Courtès" <address@hidden>
> Cc: address@hidden
> Betreff: Re: [ANN] Guile Hall Release (v0.1.1)
>
> On Mon, 2 Jul 2018, 17:09 Ludovic Courtès, <address@hidden> wrote:
> 
> > Heya,
> >
> > Alex Sassmannshausen <address@hidden> skribis:
> >
> > >> I wonder if it would be useful to have a “standalone” mode, where Hall
> > >> would rely neither on Autoconf/Automake nor on Guix to do basic things
> > >> like building code.  It might help newcomers.  You wouldn’t want to
> > >> reimplement everything though, so I don’t know if this is a viable
> > >> approach.  Thoughts?
> > >
> > > Interesting idea.  When you say building code, do you mean literally
> > > compiling a project within the project folder & perhaps generating a
> > > wrapper script that might update GUILE_LOAD_{COMPILED_}PATH à la
> > > pre-inst-env, or do you mean some form of installer?
> >
> > I’m thinking of a “hall build” command that would build Scheme files and
> > produce a wrapper script, and optionally “hall install” as well.
> 
> 
> > It’s interesting only if it can be done without reimplementing too much
> > of the Autoconf/Automake or Guix logic, I suppose.
> >
> 
> Agreed. I do think having some easy way of "running" your project would be
> cool.
> 
> Thanks for your thoughts!

A while ago I started a project which simply sets up autotools: 

https://bitbucket.org/ArneBab/conf/src/default/

> conf - Initialize modern autotools projects
> Inspired by Mozilla Cargo ( http://doc.crates.io/guide.html ) but without the 
> NIH and currently more limited in scope.
> See NEWS for user-visible changes. See ChangeLog or the history for detailed 
> changes.

Going that way allows re-using all the features of autotools by providing 
simple templates for common setups — and a starting point for more complex ones.

Then hall build can simply be a wrapper for ./bootstrap.sh && ./configure && 
make

Best wishes,
Arne



reply via email to

[Prev in Thread] Current Thread [Next in Thread]