From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: On DSLs Date: Mon, 2 Dec 2019 20:05:57 +0100 Message-ID: References: <87mudrxvs8.fsf@ambrevar.xyz> <87mudd59ho.fsf@gnu.org> <877e4glyc3.fsf@ambrevar.xyz> <87v9rxx8ri.fsf@gnu.org> <87d0e4oy51.fsf@ambrevar.xyz> <878sop6icq.fsf@gnu.org> <87d0drscng.fsf@gnu.org> <87mucm4iyp.fsf@gnu.org> <877e3narto.fsf_-_@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36995) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibr1T-0005yy-4W for guix-devel@gnu.org; Mon, 02 Dec 2019 14:06:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibr1S-0002Hc-1q for guix-devel@gnu.org; Mon, 02 Dec 2019 14:06:14 -0500 In-Reply-To: <877e3narto.fsf_-_@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix Devel Hi Ludo, On Tue, 26 Nov 2019 at 10:52, Ludovic Court=C3=A8s wrote: > That=E2=80=99s not true. In some cases, people write something that=E2= =80=99s actually > code (in YAML, in JSON, etc.) and there=E2=80=99s an interpreter running = it. > There=E2=80=99s usually no tooling coming with that interpreter, in parti= cular > no debugger, error reporting may not be optimal either, and the > semantics may be ill-defined (I=E2=80=99m getting close to Greenspun=E2= =80=99s tenth > rule :-)). It=E2=80=99s just that it=E2=80=99s not presented that way, b= ut that=E2=80=99s what > it is. Out of curiosity, do you have examples about YAML or JSON with an interpreter running it? Thank for this interesting discussion. :-) Cheers, simon