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
(代 毅)

Reply via email to