split/join

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

split/join

Stéphane Ducasse
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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: split/join

Oscar Nierstrasz

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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: split/join

keith1y
Oscar Nierstrasz wrote:
> Here it is:
>
> http://www.squeaksource.com/RubyShards.html
>
>  
Here it is

http://bugs.squeak.org/view.php?id=4874

Keith


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: split/join

Alexandre Bergel
In reply to this post by Stéphane Ducasse
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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: split/join

cedreek
> 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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: split/join

Alexandre Bergel
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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project