Re: [apps-discuss] [Json] JSON mailing list and BoF

Nico Williams <nico@cryptonector.com> Tue, 19 February 2013 22:01 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0559721E808F; Tue, 19 Feb 2013 14:01:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.546
X-Spam-Level:
X-Spam-Status: No, score=-3.546 tagged_above=-999 required=5 tests=[AWL=-1.569, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AQOVUxPXY-Cq; Tue, 19 Feb 2013 14:01:16 -0800 (PST)
Received: from homiemail-a63.g.dreamhost.com (caiajhbdcagg.dreamhost.com [208.97.132.66]) by ietfa.amsl.com (Postfix) with ESMTP id 00B0121E80B2; Tue, 19 Feb 2013 14:01:11 -0800 (PST)
Received: from homiemail-a63.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a63.g.dreamhost.com (Postfix) with ESMTP id 4A4AF2F4060; Tue, 19 Feb 2013 14:01:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h= mime-version:in-reply-to:references:date:message-id:subject:from :to:cc:content-type:content-transfer-encoding; s= cryptonector.com; bh=UYXt5Qle53zlHLK4EABgUfQ5BkI=; b=r7xHOVGz1da E1tNcbJ3bh1NK3AaypAmwhaBbCQay4pNaeee8//fyPLqffihrwq56/hefBlSu2rX D9j6oMSR8uuprMDpUgUdgD0J2H/YTAcKiUUluwzcVR/yQZmoyicWPTQdd90nT2gm phurjTwnHU7CTmbEH2w0m5YQp3mFD0Lg=
Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nico@cryptonector.com) by homiemail-a63.g.dreamhost.com (Postfix) with ESMTPSA id A3DB12F406A; Tue, 19 Feb 2013 14:01:10 -0800 (PST)
Received: by mail-wg0-f54.google.com with SMTP id fm10so5803688wgb.21 for <multiple recipients>; Tue, 19 Feb 2013 14:01:09 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.180.81.42 with SMTP id w10mr18986262wix.28.1361311269349; Tue, 19 Feb 2013 14:01:09 -0800 (PST)
Received: by 10.216.254.217 with HTTP; Tue, 19 Feb 2013 14:01:09 -0800 (PST)
In-Reply-To: <A723FC6ECC552A4D8C8249D9E07425A70F897C72@xmb-rcd-x10.cisco.com>
References: <CAHBU6iuFU8-BO4k5nneVGg9VCi3rVx=_w4AYz143KmrmEn6zaw@mail.gmail.com> <A723FC6ECC552A4D8C8249D9E07425A70F897C72@xmb-rcd-x10.cisco.com>
Date: Tue, 19 Feb 2013 16:01:09 -0600
Message-ID: <CAK3OfOji_vh9X0f4LRVxNw8SZjXAo_uZ5O1Nuy_g6P=KX2=_1Q@mail.gmail.com>
From: Nico Williams <nico@cryptonector.com>
To: "Joe Hildebrand (jhildebr)" <jhildebr@cisco.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Cc: "apps-discuss@ietf.org" <apps-discuss@ietf.org>, "json@ietf.org" <json@ietf.org>
Subject: Re: [apps-discuss] [Json] JSON mailing list and BoF
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 19 Feb 2013 22:01:20 -0000

On Tue, Feb 19, 2013 at 3:55 PM, Joe Hildebrand (jhildebr)
<jhildebr@cisco.com> wrote:
> On 2/19/13 2:34 PM, "Tim Bray" <tbray@textuality.com> wrote:
>
>>re draft-staykov-hu-json-canonical-form:
>>Looks sensible. One gripe:  Why can¹t you sign NaN and INF?  They do in
>>fact  occur in the field, and it¹s not as though a noncanonical
>>representation is possible.
>
> I can figure out how to generate a -INF, but how do I get a -NaN?

In JS?  1/0 -> INF, 0/0 -> NaN.