In DrRacket, the find/replace window shows "0/2, 1/2 Matches". (Total matches = 2)
Inconsistency! "0/1, 1/1 Matches" if the intention is zero-based array. I think it should display "1/2, 2/2 Matches" for better human-friendliness. -- p.s. Take a look at L++ | https://bitbucket.org/ktg/l if time permits. L++ is a programming language that transcompiles to C++. It uses Lisp-like syntax. It is written in Racket and uses Racket's macro system.
____________________ Racket Users list: http://lists.racket-lang.org/users

