chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #385: Better error reporting for srfi-26


From: Chicken Trac
Subject: [Chicken-janitors] Re: #385: Better error reporting for srfi-26
Date: Mon, 13 Sep 2010 14:18:45 -0000

#385: Better error reporting for srfi-26
-----------------------------+----------------------------------------------
  Reporter:  sjamaan         |       Owner:  felix             
      Type:  defect          |      Status:  new               
  Priority:  minor           |   Milestone:  4.7.0             
 Component:  core libraries  |     Version:  4.6.x             
Resolution:                  |    Keywords:  srfi-26, cut, cute
-----------------------------+----------------------------------------------

Comment(by sjamaan):

 By the way: I considered adding the extension because currently we have no
 real alternative for the now removed left-section & right-section (unless
 I'm missing something, which is quite possible). This extension would
 allow the following conversion:

 {{{
 ((left-section list 1 2 3) 4 5 6) <=> ((cut list 1 2 3 <...>) 4 5 6)
 ((right-section list 4 5 6) 1 2 3) <=> ((cut list <...> 4 5 6) 1 2 3)
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/385#comment:4>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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