Hi,

I pushed a (breaking compatibility) change to the development branch of
Factor that swaps the arguments for ``start``, ``start*``, and ``subseq?``.

Instead of:

    ( subseq seq -- ? )

it is now:

    ( seq subseq -- ? )

It is more natural this way, and most places it was used did some form of
``swap subseq?``, but it does create a backwards compatibility problem in a
relatively common word.

Please let me know if this is a problem for anyone.

Thanks,
John.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to