[racket] Challenge: <impressive function> in 140 chars or less

From: Neil Toronto (neil.toronto at gmail.com)
Date: Fri Feb 24 20:30:33 EST 2012

I dunno. It might work better if we require quines to produce themselves 
in quoted form. Then the empty program isn't one.

Neil

On 02/24/2012 06:28 PM, Robby Findler wrote:
> Doesn't work as well in Racket as in Scheme, that one!
>
> Robby
>
> On Fri, Feb 24, 2012 at 7:09 PM, Eduardo Bellani<ebellani at gmail.com>  wrote:
>> Does this count?
>>
>> ((λ (x) (list x (list 'quote x))) '(λ (x) (list x (list 'quote x))))
>>
>> On 02/23/2012 04:52 PM, Gary Baumgartner wrote:
>>> On Thu, Feb 23, 2012 at 12:04:50PM -0600, Robby Findler wrote:
>>> [...]
>>>> What is this thing? It seems coolly symmetric in this view:
>>> [...]
>>> http://en.wikipedia.org/wiki/Thomae%27s_function
>>> ____________________
>>>    Racket Users list:
>>>    http://lists.racket-lang.org/users
>>
>>
>> --
>> Eduardo Bellani
>>
>> fear is an alarm, not a compass.
>
> ____________________
>    Racket Users list:
>    http://lists.racket-lang.org/users


Posted on the users mailing list.