From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cecil Westerhof Newsgroups: gmane.lisp.guile.user Subject: Re: Performance Date: Mon, 21 Jun 2010 11:48:26 +0200 Organization: Decebal Computing Message-ID: <87aaqora1h.fsf@linux-lqcw.site> References: <87vd9gawv6.fsf@linux-lqcw.site> <87r5k3qcz5.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 1277113690 10955 80.91.229.12 (21 Jun 2010 09:48:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Jun 2010 09:48:10 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jun 21 11:48:09 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 1OQdbs-0001BO-ND for guile-user@m.gmane.org; Mon, 21 Jun 2010 11:48:09 +0200 Original-Received: from localhost ([127.0.0.1]:36675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQdbs-0007ms-2L for guile-user@m.gmane.org; Mon, 21 Jun 2010 05:48:08 -0400 Original-Received: from [140.186.70.92] (port=35648 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQdbc-0007jB-4B for guile-user@gnu.org; Mon, 21 Jun 2010 05:47:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQdba-0003HI-Ow for guile-user@gnu.org; Mon, 21 Jun 2010 05:47:51 -0400 Original-Received: from smtp-vbr14.xs4all.nl ([194.109.24.34]:3387) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQdba-0003H2-ER for guile-user@gnu.org; Mon, 21 Jun 2010 05:47:50 -0400 Original-Received: from linux-lqcw.site (84-53-123-169.wxdsl.nl [84.53.123.169]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id o5L9lmOe075239 for ; Mon, 21 Jun 2010 11:47:48 +0200 (CEST) (envelope-from Cecil@decebal.nl) X-Homepage: http://www.decebal.nl/ In-Reply-To: (Andy Wingo's message of "Sat, 19 Jun 2010 20:16:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 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:7915 Archived-At: Op zaterdag 19 jun 2010 20:16 CEST schreef Andy Wingo: >> Op zaterdag 19 jun 2010 11:16 CEST schreef Andy Wingo: >> >>> ,profile (call-my-function) >> >> (main ("temp/input" "dummy.log" "^ +" "1234567890")) > > Almost. At the repl, type: > > (load "dummy.scm") > > Then: > > ,profile (main '("dummy.scm" "temp/input" "dummy.log" "^ +" "1234567890")) This gives: Backtrace: In standard input: 2: 0* (unquote profile) standard input:2:2: In expression (unquote profile): standard input:2:2: Unbound variable: unquote ABORT: (unbound-variable) > More repl help is available by typing ,help. ,help profile, for example. Gives: Backtrace: In standard input: 1: 0* (unquote help) standard input:1:1: In expression (unquote help): standard input:1:1: Unbound variable: unquote ABORT: (unbound-variable) and: Backtrace: In standard input: 2: 0* (unquote help) standard input:2:1: In expression (unquote help): standard input:2:1: Unbound variable: unquote ABORT: (unbound-variable) guile> ERROR: Unbound variable: profile ABORT: (unbound-variable) -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof