From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: possible json.el optimization: json-alist-p and json-plist-p recursion Date: Fri, 14 Oct 2011 10:58:05 -0400 Message-ID: References: <877h49t2y8.fsf@lifelogs.com> <87lisoswn9.fsf@lifelogs.com> <87lisnr7ff.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318604317 22870 80.91.229.12 (14 Oct 2011 14:58:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2011 14:58:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 14 16:58:29 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REjDQ-0006FZ-T5 for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2011 16:58:29 +0200 Original-Received: from localhost ([::1]:38717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REjDQ-00049Y-GQ for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2011 10:58:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REjDO-00049G-Jx for emacs-devel@gnu.org; Fri, 14 Oct 2011 10:58:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REjDJ-0002UQ-4F for emacs-devel@gnu.org; Fri, 14 Oct 2011 10:58:26 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:38703 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REjDJ-0002U9-1T for emacs-devel@gnu.org; Fri, 14 Oct 2011 10:58:21 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmcHAOFNmE5FxJoX/2dsb2JhbABDmX6OZIEGgW4BAQQBVigLCzQSFBgNiDa3SId5BKEjhEU X-IronPort-AV: E=Sophos;i="4.69,346,1315195200"; d="scan'208";a="141885898" Original-Received: from 69-196-154-23.dsl.teksavvy.com (HELO pastel.home) ([69.196.154.23]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 14 Oct 2011 10:58:05 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3E38E5934A; Fri, 14 Oct 2011 10:58:05 -0400 (EDT) In-Reply-To: <87lisnr7ff.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 14 Oct 2011 10:09:40 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145220 Archived-At: > Emacs Lisp doesn't have `alist-p' or `plist-p' which these functions > could provide. So instead of fixing just json.el, can I move these > functions to the core and rewrite json.el accordingly? I think that > would be useful. I haven't seen any other package use such primitives, so I'm not convinced it deserves to be in the core. Stefan