From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Brinkhoff Newsgroups: gmane.emacs.devel Subject: Re: Raw strings (experimental patches inside) Date: Sun, 05 Aug 2012 09:13:03 +0200 Organization: nocrew Message-ID: <85r4rlke0w.fsf@junk.nocrew.org> References: <87wr1gux4f.fsf@kuiper.lan.informatimago.com> <87lihutpfw.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1344150799 27942 80.91.229.3 (5 Aug 2012 07:13:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Aug 2012 07:13:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 05 09:13:19 2012 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 1Sxv1b-000138-8A for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2012 09:13:19 +0200 Original-Received: from localhost ([::1]:38415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sxv1a-0002WX-Bo for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2012 03:13:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sxv1Y-0002Vr-Ac for emacs-devel@gnu.org; Sun, 05 Aug 2012 03:13:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sxv1X-00053V-EU for emacs-devel@gnu.org; Sun, 05 Aug 2012 03:13:16 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sxv1X-00053R-7h for emacs-devel@gnu.org; Sun, 05 Aug 2012 03:13:15 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sxv1W-00011S-Fw for emacs-devel@gnu.org; Sun, 05 Aug 2012 09:13:14 +0200 Original-Received: from c-1756e555.012-14-67626717.cust.bredbandsbolaget.se ([85.229.86.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Aug 2012 09:13:14 +0200 Original-Received: from lars by c-1756e555.012-14-67626717.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Aug 2012 09:13:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-1756e555.012-14-67626717.cust.bredbandsbolaget.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:vHMRQqd67Uh2fDBy11Fzia80Uj0= 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:152187 Archived-At: Pascal J. Bourguignon wrote: > Aurélien Aptel wrote: >> Pascal J. Bourguignon wrote: >>> Why go to python, when Common Lisp has a perfectly nice reader >>> macro system to do that kind of things? >> This is simple a proof of concept. If someone is interested by >> porting the CL reader macro to emacs I'm also fine with it but it's >> a lot more work. > I have a CL reader, written in CL. Here's one written in Emacs Lisp: https://github.com/larsbrinkhoff/emacs-cl/blob/master/src/cl-reader.el (Part of a CL implementation in elisp.)