Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Smalltalk - Re: Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell)

by carcassonne (Pilgrim)
on Dec 15, 2006 at 02:31 UTC ( [id://589971]=note: print w/replies, xml ) Need Help??


in reply to Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell)

Here goes in Smalltalk:

#('one' 'two' 'three' 'four') reversed

Do a print-It in the workspace and it gives:

#('four' 'three' 'two' 'one')

You put your things in an OrderedCollection and this collection has a reversed message that can be sent to it. Voilą !

  • Comment on Smalltalk - Re: Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell)

Replies are listed 'Best First'.
Re: Smalltalk - Re: Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell)
by jdporter (Paladin) on Apr 04, 2009 at 13:11 UTC

    That utterly fails the requirement, which is to take a string like "one two three four" and return a string like "four three two one".

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://589971]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-25 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found