URL:
  <http://savannah.gnu.org/bugs/?31681>

                 Summary: string-filter argument order doesn't match SRFI-13
                 Project: Guile
            Submitted by: weinholt
            Submitted on: Wed Nov 17 14:15:30 2010
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

This is the order of arguments given by SRFI-13:

 string-filter char/char-set/pred s [start end] -> string
 string-delete har/char-set/pred s [start end] -> string

This is the order used by Guile:

 -- Scheme Procedure: string-filter s char_pred [start [end]]
 -- Scheme Procedure: string-delete s char_pred [start [end]]

I think it would be good if the srfi-13 module used the standard argument
order.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31681>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to