From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "(" Newsgroups: gmane.lisp.guile.user Subject: LSP Server for Scheme (and more ...) Date: Thu, 16 Jun 2022 21:12:02 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33913"; mail-complaints-to="usenet@ciao.gmane.io" To: , Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Jun 16 22:15:20 2022 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 1o1vtg-0008an-6V for guile-user@m.gmane-mx.org; Thu, 16 Jun 2022 22:15:20 +0200 Original-Received: from localhost ([::1]:59394 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1vte-00028H-Jl for guile-user@m.gmane-mx.org; Thu, 16 Jun 2022 16:15:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1vqs-0001qn-Jr for guile-user@gnu.org; Thu, 16 Jun 2022 16:12:26 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:46792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1vqq-0004fU-PG for guile-user@gnu.org; Thu, 16 Jun 2022 16:12:26 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2065A44384; Thu, 16 Jun 2022 22:12:20 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CKjh8k0ghV_t; Thu, 16 Jun 2022 22:12:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1655410337; bh=QrhsVW/b3MgLknUz2pREeinkp4q9YHmDzd/xlHCAhJE=; h=Subject:From:To:Date:In-Reply-To; b=gRzVeDZLJTgnEfKNNXad40TRjMPuOCrI3dSr4zfcBsP+HvrMjux8YIqW1YzDJUY9S /iLzvdTs9YJY+l4Pu3RzwTf6Y2Q29to3s5mb+x60N9z2XBFeXX13Lhtbt8tGEFta7h ki4EH1cm0R8gYB+Rf1mJ0v7OpyNLbf6ZCI0FYrfi9hI1Nkhp/BoysAEqZjFICKGxqZ V+hD64+G9n2wQnyIwx4aXISNFManunW7Rl6fvYO3yVStWBOfHGA2L7DDVH7I8rhKeF Pvh8d0EAoMDrcVOFcmrgkqADqfXap9E/Xx9Wn9Y7uzEuRtwlPggIo7yDeEJ2NI7+lf DXqHrzH32csFg== In-Reply-To: Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 16 Jun 2022 16:14:49 -0400 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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:18312 Archived-At: Wonderful project! I was thinking about this for a while, and today whereiseveryone on #guix mentioned the possibility. The idea they had was to hook up Geiser's backend Guile code to an LSP frontend. Would that be workable?