> And that is a great topic, too :)
> 
> Keep it up. I would be very happy to play with it.

me too. Doru I want your scripting skills to really try what she will produce. 


@Guys how without having an analysis how can we take decisions and learn? 

What daniela is doing is REALLY important :) so let us play the game. 
And remember Pharo is about reinventing Smalltalk
not getting glued in the ANSI faked Standard. (daniela I will send it to you).

Now let try to play the game. 
What are the operations on strings
        remove, cut, join, substitute?
        


                                first                                           
        one element                             multiple element                
multiple times multiple elements
remove          ‘aabaabaab’ .$a . ‘abaabaab’    ‘aabaabaab’ .’ba . ‘aaabaab’    
        ‘aabaabaab’ .$a . ‘bbb’ ‘aabaabaab’ .’ba . ‘ aaaab’
cut
substitute
                




Stef


BYW I spent part of my christmax holidays working on windows in VW2.5.4 and it 
was …well reallllllly dated.  
I mean no easy navigation (just menu hell), limited libraries,….. so we are 
projecting what is granted today to what we used to have. 




> 
> Doru
> 
> 
> On Tue, Feb 25, 2014 at 7:48 AM, Pharo4Stef <pharo4s...@free.fr> wrote:
> this is exactly the point of the project.
> Rethinking the API.
> And writing a systematic analysis of the situation so that we can get an 
> overview.
> 
> Stef
> 
> On 24 Feb 2014, at 22:35, Alexandre Bergel <alexandre.ber...@me.com> wrote:
> 
> > Sure, the hardest part of the work is not really about implementing the 
> > functionalities, but providing good method names, good comments and 
> > relevant examples.
> >
> > Alexandre
> >
> >
> > On Feb 24, 2014, at 6:19 PM, Eliot Miranda <eliot.mira...@gmail.com> wrote:
> >
> >>
> >>
> >>
> >> On Mon, Feb 24, 2014 at 12:29 PM, Alexandre Bergel 
> >> <alexandre.ber...@me.com> wrote:
> >> Would be great to have: ‘ConfigurationOfRoassal’ chopCamel  => 
> >> #(‘Configuration’ ‘Of’ ‘Roassal’).
> >>
> >> 'ConfigurationOfRoassal'  piecesCutWhere: [:a :b| a isLowercase and: [b 
> >> isUppercase]] an OrderedCollection('Configuration' 'Of' 'Roassal')
> >>
> >> It's too trivial, surely.
> >>
> >>
> >> Alexandre
> >>
> >>
> >> On Feb 24, 2014, at 2:30 PM, Daniela Meneses <daniela11...@gmail.com> 
> >> wrote:
> >>
> >>> Hi to all,
> >>>
> >>> As you may know I'm working on in some improvements for the String class. 
> >>> Until now I implemented some missing tests. Right now I'm looking forward 
> >>> to add new methods that could be useful based on Ruby API 
> >>> (http://www.ruby-doc.org/core-2.1.0/String.html). These are a few of the 
> >>> methods that I'm planning to implement:
> >>>
> >>>      • chomp(separator=$/) -> new_str
> >>>      • chop() -> new_str
> >>>      • ljust(integer, padstr='') ->new_str
> >>>      • next -> new_str
> >>>      • partition(sep) -> [head, sep, tail]
> >>>
> >>> Could you help to find out if these methods are already available for the 
> >>> String class?
> >>>
> >>> If you have any idea of new methods for the string class, will be really 
> >>> welcome.
> >>>
> >>> --
> >>> Cheers,
> >>> Daniela Meneses
> >>
> >> --
> >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> >> Alexandre Bergel  http://www.bergel.eu
> >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> --
> >> best,
> >> Eliot
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> 
> 
> 
> 
> 
> -- 
> www.tudorgirba.com
> 
> "Every thing has its own flow"

Reply via email to