From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47425 invoked by alias); 19 Feb 2016 00:09:31 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 47393 invoked by uid 89); 19 Feb 2016 00:09:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=states, drawing, intelligent X-HELO: mail-ig0-f177.google.com Received: from mail-ig0-f177.google.com (HELO mail-ig0-f177.google.com) (209.85.213.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 19 Feb 2016 00:09:28 +0000 Received: by mail-ig0-f177.google.com with SMTP id g6so26843348igt.1 for ; Thu, 18 Feb 2016 16:09:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-transfer-encoding; bh=q5Ps/qy01Qc8vh56NNJ4nRTSYRUR5smANf4jcnYjGYk=; b=bXIEidy48R7TMVKsfxwVoKAqbN3qFpVhQlaC/uafneUqXhgfYHRg8RACfOurjF4bkX SoBgSwyJmImj/vQqcJKL+qN3sPN3pLu36jd2a+iPRFGDpPGM2yJ2950fLKXYMFJTV+2Y h85S0AyWU/BXUSeMjCC+tA3H6V5HsT/4IcAOS3mIEDcrtINw6iMmOetTZZriqZVPPGsW u/j+dmv8lysI6s11iwJ1Qfq704kWD0U194EtEk1kA0b7c+TXqUZ8EyaA7cayLnj8zEYf ctpvpYQiTI5UlWo+Q4nJBGCvO12bN4lT0zzWuMfUDHV9YgikFkFVccqD+GV6x5hQc42M eRlA== X-Gm-Message-State: AG10YOQvozX1TXBpfD0w2z5qAoBfq04pgTcMnXw++K9+txAnw3/Z+ubOyegYXQVCK9QBkTODcw0++5wljTkNmg== MIME-Version: 1.0 X-Received: by 10.50.152.41 with SMTP id uv9mr6415399igb.3.1455840566243; Thu, 18 Feb 2016 16:09:26 -0800 (PST) Received: by 10.79.127.129 with HTTP; Thu, 18 Feb 2016 16:09:26 -0800 (PST) In-Reply-To: <56C647D1.9090100@bothner.com> References: <3go6arm3yvsi6iuungnfyd1o.1455824305674@email.android.com> <56C6351E.90107@bothner.com> <56C64490.8090204@tnteam.rocks> <56C647D1.9090100@bothner.com> Date: Fri, 19 Feb 2016 00:09:00 -0000 Message-ID: Subject: Re: RE : Re: What is the Development Environment of Choice for Kawa? From: Alex Shinn To: kawa@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-q1/txt/msg00025.txt.bz2 You can also try scheme-complete for intelligent tab-completion: https://github.com/ashinn/scheme-complete --=20 Alex On Fri, Feb 19, 2016 at 7:38 AM, Per Bothner wrote: > > > On 02/18/2016 02:24 PM, Rafik Naccache [TNTeam] wrote: >> >> Actually, scheme's kinda most accomplished tooling on emacs is Geiser : >> http://www.nongnu.org/geiser/ > > > The following is promising: > > "In particular, Geiser expects [a REPL] to support namespaces in the > form of a module system, and to provide > a well-defined way to establish the REPL=E2=80=99s current namespace= (or > module), as well as the current file=E2=80=99s module (or namespace)." > > It's good that Geiser is namespace/module-friendly. > > There is a feature-request: > https://github.com/jaor/geiser/issues/55 > > A comment states: > > Very loosely, this won't work as expected, apparently: > > (eval '(...) my-module-environment) > > Not sure what that refers to. Kawa (as of 2.0) does support > environment-specifiers > to the eval procedure, but perhaps not quite in the way Geiser wants. > >> I shall maybe hack on it drawing inspiration from what has been >> implemented for guile, chicken and racket... > > > That would be great. > > -- > --Per Bothner > per@bothner.com http://per.bothner.com/