guile-user
[Top][All Lists]
Advanced

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

Re: Build System?


From: Bernardo Ezequiel Contreras
Subject: Re: Build System?
Date: Thu, 16 Jun 2011 17:05:53 -0300

BTW,  i'll take a look at dorodango

On Thu, Jun 16, 2011 at 4:26 PM, Bernardo Ezequiel Contreras <address@hidden> wrote:
i agree, (also takes over tasks like unit tests, integration tests, reports, site, documentation)

so let me rephrase it.

is there a software project management and comprehension tool for guile?
 for instance, Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.


On Thu, Jun 16, 2011 at 2:52 PM, Andreas Rottmann <address@hidden> wrote:
Bernardo Ezequiel Contreras <address@hidden> writes:

> Hi all,
>  Is there a build system for guile?
>  for instance, maven is the build system for java
>
Well, I think it's a stretch to say Maven is "the" build system for
Java.  Also, I seem to recall that maven is not "just" a build system,
but also takes over tasks that are traditionally associated with package
managers, not build systems, i.e. dependency managment between different
software entities ("packages"), package retrieval, etc.

For simple, pure Scheme programs or libararies, there is not much of a
need for a build system in the traditional (i.e. make(1) or Java ant)
sense.  However, package managment is still something very much called
for, and there's not yet a real solution for Guile yet, although I'm
working on something that aims to be package manager for Scheme[0].  So
it would be interesting if you could clarify what exactly you are
looking for.

[0] http://home.gna.org/dorodango/
--
Andreas Rottmann -- <http://rotty.yi.org/>



reply via email to

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