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: question about YAML and JSON library bindings Date: Tue, 23 Sep 2014 17:36:57 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411508263 10754 80.91.229.3 (23 Sep 2014 21:37:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Sep 2014 21:37:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: raman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 23 23:37:35 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XWXmB-0002N6-3k for ged-emacs-devel@m.gmane.org; Tue, 23 Sep 2014 23:37:35 +0200 Original-Received: from localhost ([::1]:56090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWXmA-0001a2-O3 for ged-emacs-devel@m.gmane.org; Tue, 23 Sep 2014 17:37:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWXln-0001XH-T9 for emacs-devel@gnu.org; Tue, 23 Sep 2014 17:37:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWXlg-0007ZU-E4 for emacs-devel@gnu.org; Tue, 23 Sep 2014 17:37:11 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:20227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWXlg-0007Xg-AO for emacs-devel@gnu.org; Tue, 23 Sep 2014 17:37:04 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVOnWBcZ/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0EhQYDSQxh1MI0hkXjnoHhDgBA6sDg0wh X-IPAS-Result: ArUGAIDvNVOnWBcZ/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0EhQYDSQxh1MI0hkXjnoHhDgBA6sDg0wh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="90695208" Original-Received: from 167-88-23-25.cpe.teksavvy.com (HELO ceviche.home) ([167.88.23.25]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 23 Sep 2014 17:36:57 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 51B8366094; Tue, 23 Sep 2014 17:36:57 -0400 (EDT) In-Reply-To: (raman@google.com's message of "Tue, 23 Sep 2014 08:42:58 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:174676 Archived-At: > Personally, having libxml integrated into Emacs has been a major win -- > it made shr and eww possible; I'd love to see native json and yaml > support > arrive for the same reason -- json even more than yaml. I'd also love such bindings. That's why we need an FFI. Stefan