unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* A minor name improvement suggestion to Guile API
@ 2009-12-16 13:14 Yi DAI
  2009-12-17 10:46 ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Yi DAI @ 2009-12-16 13:14 UTC (permalink / raw)
  To: guile-user

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

Hi, all, I read the following in "5.1 Overview of the Guile API" of the
reference manual.

   - Replace <= (less than or equal) with _leq.
   - Replace >= (greater than or equal) with _geq.
   - Replace < (less than) with _less.
   - Replace > (greater than) with _gr.

I'd like to suggest the following name convention which complies to names
commonly found in assembly languages.


   - Replace < (less than) with *_lt*.
   - Replace > (greater than) with *_gt*.


Should I send this to the devel-mailing list?






-- 
DAI Yi
(代 毅)

[-- Attachment #2: Type: text/html, Size: 946 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-12-19 18:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16 13:14 A minor name improvement suggestion to Guile API Yi DAI
2009-12-17 10:46 ` Ludovic Courtès
2009-12-17 14:26   ` Linas Vepstas
2009-12-17 15:00     ` Ludovic Courtès
2009-12-17 19:05       ` Keith Wright
2009-12-17 18:44         ` parawaiter
2009-12-19  2:51           ` Yi DAI
2009-12-19 18:10             ` Linas Vepstas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).