Talk:Multisplit: Difference between revisions

m (→‎while. loop: close open tag)
Line 19:
 
I've reworded the task so that it actually describes the task rather than referring to an implementation. I'm also trying to avoid having it state that the strings and separator information have to be interleaved; that's a very odd thing to do in some languages. My aim was that the solutions given should continue to be solutions, but that the description won't stop other ways of doing the challenge; after all, we ''want'' solutions to tasks to be as idiomatic as possible in their language. –[[User:Dkf|Donal Fellows]] 10:31, 28 February 2011 (UTC)
 
==Correct result==
How about a statement of the correct result.
: For example the D example leaves separator characters unmatched, by my reading that wasn't intended.
:: given “a!===b=!=c” and the separators “==”, “!=” and “=”.
:: yielded a! <==> =b= <!=> c <=> = <!> =d (with <> demarcating separators)
:: shouldn't that be a <!=> <==> b <=> <!=> c
--[[User:Dgamey|Dgamey]] 11:00, 21 April 2011 (UTC)
 
==Small inaccuracy in the smaller non-RE Python version?==
Anonymous user