From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Performance Date: Mon, 21 Jun 2010 21:34:59 +0200 Message-ID: References: <87vd9gawv6.fsf@linux-lqcw.site> <87r5k3qcz5.fsf@linux-lqcw.site> <87aaqora1h.fsf@linux-lqcw.site> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277148796 22671 80.91.229.12 (21 Jun 2010 19:33:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Jun 2010 19:33:16 +0000 (UTC) Cc: guile-user@gnu.org To: Cecil Westerhof Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jun 21 21:33:15 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OQmk6-0005mg-Nn for guile-user@m.gmane.org; Mon, 21 Jun 2010 21:33:15 +0200 Original-Received: from localhost ([127.0.0.1]:46849 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQmk6-0000JV-6l for guile-user@m.gmane.org; Mon, 21 Jun 2010 15:33:14 -0400 Original-Received: from [140.186.70.92] (port=49266 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQmk1-0000JQ-CN for guile-user@gnu.org; Mon, 21 Jun 2010 15:33:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQmjz-0001o9-TX for guile-user@gnu.org; Mon, 21 Jun 2010 15:33:09 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:62442 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQmjz-0001o3-LQ for guile-user@gnu.org; Mon, 21 Jun 2010 15:33:07 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7751FBDD5E; Mon, 21 Jun 2010 15:33:07 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=bxv6v713ivpIXFalPuooLpJZlqA=; b=xWawYM aNDjF8IhOfqjN7WOqHNjwf3kdLGGugLQcUX+PoYXQHCIiXeCbD59VR6LOBygtPRz HfpOhDEaYB/NK+hIoZtB5VXjdhRwKNYmUFHwiemCbjioli3q2x1c0fTdnPnHaO3A p37F8bjJxriA3jKNNGBvnJoPnyf0qELoHCOV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=WAWQafjEM4R1dsfnLFFtgoIYIOemEvh2 IehBW4WoaHzufOvkW5py7A9/h3eB1MIiMn0RxGNX62x/ChV6++ewnwxUdcWVmKwm FbiXmzmRfdMbtP4p8gyE0mo/En23X+Fo5Kubz+MIVIfSJwDZxToB1qMTb0iQYR1Y 5eKMlXhMRgI= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 63DEBBDD5D; Mon, 21 Jun 2010 15:33:06 -0400 (EDT) Original-Received: from unquote (unknown [83.32.68.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id CBBA4BDD5B; Mon, 21 Jun 2010 15:33:04 -0400 (EDT) In-Reply-To: <87aaqora1h.fsf@linux-lqcw.site> (Cecil Westerhof's message of "Mon, 21 Jun 2010 11:48:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: D0E19822-7D6B-11DF-91DC-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7920 Archived-At: Hello, On Mon 21 Jun 2010 11:48, Cecil Westerhof writes: > standard input:2:2: In expression (unquote profile): > standard input:2:2: Unbound variable: unquote > ABORT: (unbound-variable) Ah, I didn't know you were using Guile 1.8. The Guile 2.0 snapshots are faster, and they have a more pleasant repl. Use Guile from git :) Andy -- http://wingolog.org/