From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22337 invoked by alias); 14 Aug 2017 16:30:07 -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 22163 invoked by uid 89); 14 Aug 2017 16:30:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*kawa X-HELO: mail-qt0-f170.google.com Received: from mail-qt0-f170.google.com (HELO mail-qt0-f170.google.com) (209.85.216.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Aug 2017 16:30:00 +0000 Received: by mail-qt0-f170.google.com with SMTP id v29so54446224qtv.3 for ; Mon, 14 Aug 2017 09:29:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=lawOkGSnEKTy/55ErFwhFRt/DysjGxMt+ZY08tZhhNg=; b=lcEQQ+1vD7UJk7HDVPtkoORwCO/87PEVn2KsuOdhEdjFnywuwgv3DUuMbMD/YB0to0 NJnOh+uWV02ncK8efGu0AvtMZD/1N73X/q1TfWCXQ31/d8R2BvI7bbWnGu9hC5zIrqnC ydL6dvj6ppnozkzRue2lzSI74kbnUojBajFQ057FPzAlYZ8jUuhQeuPLEhw2zTBIHXCJ 31nkXx5aovapAe+rKIf1Xz4ABx+Oyxn9PqiV+Covc5TRL6z631PnTVH9bSt9m9+4An55 Bz4bVeAnOmpY5u9M8ajzUjh5pi6seN+ASX4pllmZX9LE1WJLJLPjI2uLDVGd7lQuXldh 1vCw== X-Gm-Message-State: AHYfb5iYrXDoEVrGickhEIBQI7d1ilTYb3kaGuKUzukadnL2PVOkkPOT xvaSueAiLhT7xZcvbNiXUIdqdYijZg== X-Received: by 10.237.56.38 with SMTP id j35mr35152425qte.30.1502728198383; Mon, 14 Aug 2017 09:29:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.37.143 with HTTP; Mon, 14 Aug 2017 09:29:17 -0700 (PDT) In-Reply-To: <9f9b25e2-3520-3829-2f1d-ad7c4cec5f56@bothner.com> References: <0c882fea-5fa3-0545-d195-92c477b85d23@gmx.fr> <9f9b25e2-3520-3829-2f1d-ad7c4cec5f56@bothner.com> From: Duncan Mak Date: Mon, 14 Aug 2017 16:30:00 -0000 Message-ID: Subject: Re: Kawa IDE Integration To: Per Bothner Cc: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-q3/txt/msg00002.txt.bz2 Yeah, please contact me if you're interested in working on this. I started writing some of the base classes based on Palantir's implementation, but I haven't made a lot of progress (yet). Duncan. On Sun, Aug 13, 2017 at 2:44 PM, Per Bothner wrote: > We have given up (at least for now) on a Kawa/Eclipse plugin. > > What seems to make more sense is a Language Server Protocol > (http://langserver.org/) implementation for Kawa. This would be useful > for a number of IDEs, as well as Emacs/Vim. > > Duncan Mak has started looking at it. For an initial code base the > following makes sense: https://github.com/palantir/language-servers > > We haven't gotten very far; if someone feels inspired, let us know. > I think the first goal that can getting on-the-fly error > message from the server to an IDE or editor. That shouldn't > be very difficult. > -- > --Per Bothner > per@bothner.com http://per.bothner.com/ -- Duncan.