I think that there was a split/join package somewhere. Does anybody know where it is? At one point it was planned to get added to squeak and nothing happened. Stef
Here it is: http://www.squeaksource.com/RubyShards.html - on On Mar 1, 2009, at 19:22, Stéphane Ducasse wrote:
I think that there was a split/join package somewhere. Does anybody know where it is? At one point it was planned to get added to squeak and nothing happened.
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
What is split/join? Alexandre On 1 Mar 2009, at 19:22, Stéphane Ducasse wrote:
I think that there was a split/join package somewhere. Does anybody know where it is? At one point it was planned to get added to squeak and nothing happened.
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Thanks, Alexandre On 2 Mar 2009, at 11:48, Cédrick Béler wrote:
What is split/join?
I guess:
#(1 2 3) joinWith: ', ' -> '1, 2, 3'
'1:2:3' splitOn: $: -> #(1 2 3)
It's more a perl shard no ? :)
Cheers,
-- Cédrick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (5)
-
Alexandre Bergel -
Cédrick Béler -
Keith Hodges -
Oscar Nierstrasz -
Stéphane Ducasse