From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: In support of guile-emacs Date: Mon, 19 Oct 2015 08:54:58 +0000 (UTC) Message-ID: References: <87fv17kgno.fsf@dustycloud.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1445244947 3287 80.91.229.3 (19 Oct 2015 08:55:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 08:55:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 10:55:38 2015 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 1Zo6EE-0004ws-BB for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 10:55:38 +0200 Original-Received: from localhost ([::1]:37452 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo6E8-0007sc-GP for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 04:55:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo6Du-0007sH-Sv for emacs-devel@gnu.org; Mon, 19 Oct 2015 04:55:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zo6Dp-00015S-B2 for emacs-devel@gnu.org; Mon, 19 Oct 2015 04:55:18 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:60536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo6Dp-00015G-3k for emacs-devel@gnu.org; Mon, 19 Oct 2015 04:55:13 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zo6Dm-0004kL-OI for emacs-devel@gnu.org; Mon, 19 Oct 2015 10:55:10 +0200 Original-Received: from 94-21-240-4.pool.digikabel.hu ([94.21.240.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2015 10:55:10 +0200 Original-Received: from adatgyujto by 94-21-240-4.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2015 10:55:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.240.4 (Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:192053 Archived-At: Andreas Schwab suse.de> writes: > > The only defined interface are the bytecode ops. For everything else > any functionality can move from C to Lisp and vice versa any time. > Thanks. So you have practically two interfaces: the bytecode ops and the "standard library" which is specified in the docs, but it's not testable (no test suite AFAIK).