[plt-scheme] Ambiguous Words

From: Richard Cleis (rcleis at mac.com)
Date: Fri Sep 23 04:11:36 EDT 2005

I don't get it.  What about:

;; make a posn one-tick to the right

rac



On Sep 15, 2005, at 12:46 PM, Matthias Felleisen wrote:

> Easy:
>
> Here are two purpose statements for a function:
>
>  ;; change the given posn to reflect a one-tick move of the object
>  ;; assuming the object moves right at 3 pixels/clock tick
>
>  ;; create a posn to reflect a one-tick move of the object
>  ;; assuming the object moves right at 3 pixels/clock tick
>
>  (define (move p)
>    (make-posn (+ (posn-x p) 3) (posn-y p)))
>
> -- Matthias
>
>
>
>
> On Sep 15, 2005, at 2:32 PM, Alexandre Bergel wrote:
>
>>>  I even don't like the choices of English words that English natives 
>>> use, because they appeal (for example) to imperative actions.
>>
>> As a non-native English speaker, can you provide couple of example ? 
>> This is an interesting issue I feel.
>>
>> Regards,
>> Alexandre
>>
>> -- 
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.iam.unibe.ch/~bergel
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.