guile-user
[Top][All Lists]
Advanced

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

Re: address@hidden: Re: Roadmap and goals?]


From: Rob Browning
Subject: Re: address@hidden: Re: Roadmap and goals?]
Date: Mon, 22 Apr 2002 08:16:31 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

address@hidden writes:

> COOL! And with schelog (prolog-like logic programming in scheme) working
> with guile one can write all sorts of service dependencies and have the
> schelog lsystem find the best way to get as much running as possible.
> Any code so far?

Interesting -- I didn't know schelog already existed -- I'd thought
about wanting a prolog-like language for Guile so that guile might be
able to be used (for projects that guile doesn't depend on :>) as a
Make replacement.  Wouldn't it be terrible to be able to define real
functions in your makefile:

  (define (make-a-lib-foostyle targets deps envt)
    ...)

  (production-rule "(.*)\.foo\.in$" " -> "$1.foo"
   make-a-lib-foostyle)

or whatever...

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



reply via email to

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