schuster / racket-irc

Racket IRC library
MIT License
15 stars 7 forks source link

use `string-prefix?` instead of custom `string-starts-with?` #32

Closed jitwit closed 3 years ago

jitwit commented 3 years ago

I noticed there was a hand-rolled string-prefix? procedure. With the changes,raco test main.rkt continues to pass the tests.