From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Wedekind Newsgroups: gmane.lisp.guile.user Subject: Re: My Wisp slides for FOSDEM Date: Fri, 29 Jan 2016 22:49:58 +0000 (GMT) Message-ID: References: <87y4b82xri.fsf@web.de> <87twlw2ei7.fsf@web.de> Reply-To: Jan Wedekind NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: ger.gmane.org 1454107828 31019 80.91.229.3 (29 Jan 2016 22:50:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2016 22:50:28 +0000 (UTC) Cc: guile-user@gnu.org To: Arne Babenhauserheide Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jan 29 23:50:17 2016 Return-path: Envelope-to: guile-user@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 1aPHrs-00022P-BH for guile-user@m.gmane.org; Fri, 29 Jan 2016 23:50:16 +0100 Original-Received: from localhost ([::1]:36780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPHro-00008E-I0 for guile-user@m.gmane.org; Fri, 29 Jan 2016 17:50:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPHrf-00007x-UI for guile-user@gnu.org; Fri, 29 Jan 2016 17:50:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPHrc-00023N-MU for guile-user@gnu.org; Fri, 29 Jan 2016 17:50:03 -0500 Original-Received: from basicbox4.server-home.net ([195.137.212.26]:42608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPHrc-00020L-Gw for guile-user@gnu.org; Fri, 29 Jan 2016 17:50:00 -0500 Original-Received: from wedemob.default (unknown [95.150.200.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by basicbox4.server-home.net (Postfix) with ESMTPSA id A4AE4153066B; Fri, 29 Jan 2016 23:49:58 +0100 (CET) X-X-Sender: jan@wedemob In-Reply-To: <87twlw2ei7.fsf@web.de> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 195.137.212.26 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12323 Archived-At: On Fri, 29 Jan 2016, Arne Babenhauserheide wrote: > > Jan Wedekind writes: > >> WISP looks interesting. Does it work in the REPL? > > Yes. The Guile implementation also uses the reserved final dot on a line > in SRFI-119 to make the REPL more convenient: You can end the line by > appending " ." to the line (and enter). Example: > >> display "Hello World!\n" . > Thanks for that. I was just wondering about that. > Debug output also mostly works: Most debug lines have the correct source > line information (some are missing, these might need more heavyweight > tracking of source information in the parser than I want to do right > now). > > Best wishes, > Arne I am using GOOPS already which seems to discard line number information, so no problem ;) All the best with your talk. Regards Jan