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: Embedding Html in Lisp Date: Mon, 23 Jun 2008 20:51:44 -0400 Message-ID: References: <6343543.567111214267571791.JavaMail.www@wwinf4604> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1214268719 19295 80.91.229.12 (24 Jun 2008 00:51:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2008 00:51:59 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 24 02:52:44 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KAwm3-0005em-G9 for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 02:52:43 +0200 Original-Received: from localhost ([127.0.0.1]:56164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAwlE-00050J-9n for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 20:51:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAwlA-0004zU-KM for emacs-devel@gnu.org; Mon, 23 Jun 2008 20:51:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAwl8-0004yZ-Bv for emacs-devel@gnu.org; Mon, 23 Jun 2008 20:51:47 -0400 Original-Received: from [199.232.76.173] (port=58895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAwl8-0004yW-5S for emacs-devel@gnu.org; Mon, 23 Jun 2008 20:51:46 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:25621 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAwl7-0007ju-Om for emacs-devel@gnu.org; Mon, 23 Jun 2008 20:51:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEANPhX0jO+KWv/2dsb2JhbACBW7BF X-IronPort-AV: E=Sophos;i="4.27,692,1204520400"; d="scan'208";a="23119134" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 23 Jun 2008 20:51:44 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id EGX88244; Mon, 23 Jun 2008 20:51:44 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6B49F825A; Mon, 23 Jun 2008 20:51:44 -0400 (EDT) In-Reply-To: <6343543.567111214267571791.JavaMail.www@wwinf4604> (A. Soare's message of "Tue, 24 Jun 2008 02:32:51 +0200 (CEST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99816 Archived-At: > =ABThe class of Markup languages is a subset of functional languages. > Every markup language is a very special case of functional language.=BB In my book, in order for something to be called "functional language" it needs some way to define/construct new functions. But this is unrelated to Emacs, so please take this discussion elsewhere. It might be less off-topic on comp.lang.lisp, tho only slightly less so. Stefan