From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandre Garreau Newsgroups: gmane.emacs.devel Subject: Re: sqlite3 Date: Wed, 15 Dec 2021 02:22:11 +0100 Message-ID: <6174081.PgdqZDguG5@galex-713.eu> References: <87tufmjyai.fsf@gnus.org> <87r1aeiuvf.fsf@logand.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32904"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 15 02:24:17 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mxJ1l-0008Rk-0D for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Dec 2021 02:24:17 +0100 Original-Received: from localhost ([::1]:53724 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxJ1j-0004pS-Fc for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Dec 2021 20:24:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36370) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxIzx-0003Ae-PH for emacs-devel@gnu.org; Tue, 14 Dec 2021 20:22:27 -0500 Original-Received: from [2a00:5884:8305::1] (port=36484 helo=galex-713.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxIzv-0006kB-IT for emacs-devel@gnu.org; Tue, 14 Dec 2021 20:22:24 -0500 Original-Received: from gal by galex-713.eu with local (Exim 4.94.2) (envelope-from ) id 1mxIzj-002rjJ-Mj for emacs-devel@gnu.org; Wed, 15 Dec 2021 02:22:11 +0100 In-Reply-To: <87r1aeiuvf.fsf@logand.com> X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:5884:8305::1 (failed) Received-SPF: pass client-ip=2a00:5884:8305::1; envelope-from=galex-713@galex-713.eu; helo=galex-713.eu X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281959 Archived-At: Le merkredo, 15-a de decembro 2021, 1-a horo kaj 17:56 CET Tomas Hlavaty a= =20 =C3=A9crit : > On Mon 06 Dec 2021 at 21:15, Qiantan Hong wrote: > > For sqlite3, my point is, in summary > > 1. As a query language, LISt Processing works equally well, > >=20 > > and even if lisp starts to not work well, Prolog works better than > > SQL. > > There=E2=80=99s also the question of introducing two scripting lang= uages > > into Emacs. > [...] >=20 > > In fact I can probably do better if I implement a real object/Lisp > > data store rather than kv-store =E2=80=94 aka, you define a root object= of > > the object store, and every time Emacs loads up the object graph > > reachable from the root object is faithfully reconstructed. >=20 > It could even be a first class Emacs object like persistent symbols in > picolisp:-) what are these? could you link to its documentation?