guile-user
[Top][All Lists]
Advanced

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

Re: Guile support in GNU make


From: Thien-Thi Nguyen
Subject: Re: Guile support in GNU make
Date: Sun, 15 Jan 2012 09:51:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

() Paul Smith <address@hidden>
() Sat, 14 Jan 2012 14:55:05 -0500

   Any suggestions [...] will be welcome

I looked at the doc file and have these suggestions:

- In Scheme, it is customary to say "procedure" instead of "function".
  I suggest 8.13.2 Interfaces from Guile to `make' explicitly state that
  (for those unfamiliar w/ Scheme), and then liberally specify "function"
  for Make functions and "procedure" for Scheme procedures.

- The ‘#t => t’ distinguishes the symbol t from others, which feels wrong.
  I suggest #t => ""; #f => error.

- Give more details for ‘other => error’.  Since this feature is new,
  there will be many debugging opportunities :-D, so the better you
  define this condition, the easier it will be for users to use, and
  for you to get feedback for further iteration.

That's all.  Looking forward to playing w/ this feature!



reply via email to

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