subseq? not swap subseq?
Hi,
I pushed a (breaking) change to the development branch of Factor that swaps the arguments for start, start*, and subseq?. You have a couple swap subseq? that should just be subseq? now.
It's more natural, but it does create a backwards compatibility problem in a relatively common word.
Thanks,
I welcome this change. And apparently I only had two occurrences of subseq? in my code so it was easy to change.
Looks like I might revert and delay this change until after we release 0.98 which should be soon.
It's a good thing that my commit didn't leave my computer!
Hah! Sorry for the churn. I have a list of things to cleanup like subseq?, but a few people pointed out that 0.98 would be a much better thing to get released.