From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Adriano Peluso Newsgroups: gmane.lisp.guile.user Subject: Re: guile studio - question Date: Sat, 19 Jun 2021 08:17:08 +0200 Message-ID: References: <87im2cpz9k.fsf@elephly.net> <87sg1fo76p.fsf@elephly.net> Reply-To: randomlooser@riseup.net Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11589"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Ricardo Wurmus Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Jun 19 08:17:59 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1luUIn-0002oo-O2 for guile-user@m.gmane-mx.org; Sat, 19 Jun 2021 08:17:58 +0200 Original-Received: from localhost ([::1]:53640 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luUIm-0005Ry-Q9 for guile-user@m.gmane-mx.org; Sat, 19 Jun 2021 02:17:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46868) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luUIC-0005Rm-BQ for guile-user@gnu.org; Sat, 19 Jun 2021 02:17:20 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:58452) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luUI9-00068S-3k for guile-user@gnu.org; Sat, 19 Jun 2021 02:17:19 -0400 Original-Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4G6QYl3RP8zDrkW; Fri, 18 Jun 2021 23:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1624083435; bh=MQ7ekd6FQl3Mm7mCxdSWjZHtm9XANS0E23xYPP9JebY=; h=Subject:From:Reply-To:To:Cc:Date:In-Reply-To:References:From; b=WZ6Ma+5VKH8FssReYi11lw5Jzr2be3p8uidEBF8GdgI6kGpkx775yc67xovaI1iYx 34w/QG+gPGak1eBz8zeDJ5UnGG0Ub9y3bYccZwddRce71s7YVQ49rMaa4PAhHxNa9s ZjAfX5WfRAAGbkNg6csQj4DWYo12L2WcdOkwrh4k= X-Riseup-User-ID: D11E6CDE6C05703044770095CCA4686577B44DE49288D34FA8BB371ACC906C8C Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4G6QYj5V98z1xph; Fri, 18 Jun 2021 23:17:13 -0700 (PDT) In-Reply-To: <87sg1fo76p.fsf@elephly.net> Received-SPF: pass client-ip=198.252.153.129; envelope-from=randomlooser@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17605 Archived-At: Il giorno ven, 18/06/2021 alle 11.25 +0200, Ricardo Wurmus ha scritto: > Would you prefer a button in the toolbar that will always send the > code from the main buffer to the REPL? Personally, I would prefer a toolbar with a button in it, yes The simple reason is that this solution would be similar to what DrRacket has and has had for a long time So guile studio could play the simililarity card What would be really required, here, is a consideration of which population guile studio is meant for and then an investigation with such population But I understand that that's not within reach Some years ago I was enabled to work on a little project in Clojure thanks to a thing called "Emacs Live" It's here http://overtone.github.io/emacs-live/ it's a .emacs.d folder that you replace your one with and it gives you a complete environement, based on Emacs, to work with Clojure With REPL, autocompletion and all the features of a modern IDE (we should discuss what "modern" mean because the Smalltalk IDE was way more modern than many IDEs for java these days) So this idea of a distribution of Emacs taylored to introduce people to Guile is a good idea Kudos