chicken-janitors
[Top][All Lists]
Advanced

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

#1808: Srfi-42 index keyword hygiene


From: Chicken Trac
Subject: #1808: Srfi-42 index keyword hygiene
Date: Fri, 29 Jul 2022 19:04:10 -0000

#1808: Srfi-42 index keyword hygiene
---------------------------------------+------------------------
            Reporter:  Idiomdrottning  |       Type:  defect
              Status:  new             |   Priority:  major
           Milestone:  someday         |  Component:  extensions
             Version:  5.3.0           |   Keywords:
Estimated difficulty:                  |
---------------------------------------+------------------------
 Found by Chris (so ignore this duplicate if he already got to posting it):

 {{{
 (import sequences srfi-42)
 (do-ec (:vector elt (index i) '#(a b c))
  (print i elt))
 }}}

 (Because of the collision with `index`.)

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1808>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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