[racket-dev] [plt] Push #20853: master branch updated
Jay McCarthy wrote:
> I'd like comments on this addition in response to the blog post we saw
> on the list today.
>
> Jay
>
> On Wed, Aug 11, 2010 at 5:40 PM, <jay at racket-lang.org> wrote:
>> jay has updated `master' from 8dc38e9d84 to e06f0e78b2.
>> http://git.racket-lang.org/plt/8dc38e9d84..e06f0e78b2
>>
>> =====[ 4 Commits ]======================================================
>>
>> ~~~~~~~~~~
>>
>> db87add Jay McCarthy <jay at racket-lang.org> 2010-08-11 16:37
>> :
>> | Adding hash-domain and hash-range to racket/base
>> :
+1 to Jon's comment: rename these to 'hash-keys' and 'hash-values'.
Also, every hash-related function should have a corresponding dict function.
Ryan