Jan. 1, 2011
9:16 p.m.
roel wuyts sent me that nice snippet :) | wishStream adjectives | wishStream := WriteStream with: 'For 2011 I wish you '. adjectives := { 'fun' . 'exotic' . 'brilliant' . 'extraordinary' }. { 'research' . 'students' . 'artefacts' . 'conferences'} do: [:e | wishStream nextPutAll: adjectives atRandom; space; nextPutAll: e] separatedBy: [wishStream nextPutAll: ', ']. wishStream nextPutAll: ' and of course good health!'. ^wishStream contents
5690
Age (days ago)
5690
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stéphane Ducasse