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: gh_repl Date: Mon, 09 Jan 2012 18:35:02 +0100 Message-ID: <87wr907pa1.fsf@pobox.com> References: <1316922872.25009.YahooMailNeo@web37901.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1326130532 26120 80.91.229.12 (9 Jan 2012 17:35:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2012 17:35:32 +0000 (UTC) Cc: Guile User To: Mike Gran Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jan 09 18:35:28 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkJ7y-0001cJ-Kp for guile-user@m.gmane.org; Mon, 09 Jan 2012 18:35:22 +0100 Original-Received: from localhost ([::1]:46121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkJ7y-0004yH-5x for guile-user@m.gmane.org; Mon, 09 Jan 2012 12:35:22 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:57842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkJ7o-0004wM-MH for guile-user@gnu.org; Mon, 09 Jan 2012 12:35:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkJ7k-00025l-Ao for guile-user@gnu.org; Mon, 09 Jan 2012 12:35:12 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:61491 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkJ7k-00025b-3C for guile-user@gnu.org; Mon, 09 Jan 2012 12:35:08 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 32F8E8483; Mon, 9 Jan 2012 12:35:07 -0500 (EST) 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=FH0926Pn5wJqeQik05BOrxoTK6I=; b=lEZAnX Oj84+F2hdFxhYEMnWdEIZnXTqDoAFqb75bLfpVMlpV5mqUIFDo8ErBG/ORBR19a3 XjhRbqCNS24UHTx6h6B3Ss5NSx7XQwMIZ48D3tZKaxmlKxkv5UIkfT3xbulYSk0w Zx5eFRXPTnaLuvqPNKiHKPN51dYAgOtKxHtjE= 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=qKJOKS1SUrMOydlWKPwbqdO77g5LTI8I Dz9eLdYWgJwn7cJLnhVcuErI8xxNn7ToBdGAsO2rPA4QQaXSHGRwS7dSrH33sI86 zn8df1jL8W7KMeEu1k2xbD5g/PJcT1qh3cD3eMZcPA/sRCvY/0wlzxMUHJ9RqLJb Ogrw1TLFqw4= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 24C8F8482; Mon, 9 Jan 2012 12:35:07 -0500 (EST) Original-Received: from badger (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id CCEAF8481; Mon, 9 Jan 2012 12:35:05 -0500 (EST) In-Reply-To: <1316922872.25009.YahooMailNeo@web37901.mail.mud.yahoo.com> (Mike Gran's message of "Sat, 24 Sep 2011 20:54:32 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 44DB9AD0-3AE8-11E1-BD45-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 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:9103 Archived-At: On Sun 25 Sep 2011 05:54, Mike Gran writes: > What is the replacement for gh_repl? I don't know! When I started with Guile in 2003 I think the GH API was already deprecated :) > Which is to say, if I'm using Guile as an extension language, what > command should I execute in C to drop me into the Guile REPL? What should happen when the user does a C-d at the REPL? If the answer is that the application quits, then it's probably scm_shell(). Otherwise there isn't a very good answer. scm_call_1 (scm_public_ref ("ice-9 top-repl", "top-repl")) ? Do we need a better answer here? :) Andy -- http://wingolog.org/