From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x141.google.com (mail-lf1-x141.google.com [IPv6:2a00:1450:4864:20::141]) by sourceware.org (Postfix) with ESMTPS id 90D513851C02 for ; Fri, 8 May 2020 20:39:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 90D513851C02 Received: by mail-lf1-x141.google.com with SMTP id h26so2465430lfg.6 for ; Fri, 08 May 2020 13:39:05 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=w4WNTw3Mjp355MKOiPQg0D3rNTi+t682OXA6xRvilsY=; b=Y7AvgYZ7Hiu0Vz1Mc1hZkBoWpNs/Aczu+Q6QIEglg+op8deqG7J2ipRDLnMvZMSJ6/ PWPbuz65etWjsLPL3o76FRnl2bA/uTWC2/S36253R75YQmsIRj3qtT2KnvykT/sMJLE9 AZRTnNPY6pbEJTUtlwjGTU3jCWKAWoc4XWLiNhmunWiJJvpvOdkttJ54DHbyPdtjJ6O2 thB2JtKInd6xP4abH9to7jkfpDeBvxyukVNyYy/cKVmyPaAf41MQzQLBZy65sAlHu5Tm m5xrxGyNg1WISJfR40H0cmqhsXxhZ/GOTiidCCdEYtguPnQHG3Smwwqadqy+F1YAPu9x bv+w== X-Gm-Message-State: AOAM531G5cAE6XnGyvQdEpcc7jzhENqZ+JSrekuF7Mg4pf1WtskHZ5dO jERExQfytzwHW4oZER/8zB9X7lyYk/EpKGujjew= X-Google-Smtp-Source: ABdhPJxiTt2xNLSFUZbgabY4U/oyeZiJ89oAPIIByBdRODdQZu+lhZNUrJQJDPBydPPHv9+VHmCWLJwPYEOh6Q8AjVI= X-Received: by 2002:a19:40d2:: with SMTP id n201mr3072388lfa.82.1588970344261; Fri, 08 May 2020 13:39:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Duncan Mak Date: Fri, 8 May 2020 16:38:28 -0400 Message-ID: Subject: Re: Some unambitious kawa tools: kawa-devutil, geiser-kawa, ikawa, ikawa-binder To: spellcard199 Cc: "kawa@sourceware.org" X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: kawa@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Kawa mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 20:39:16 -0000 Wow, super cool! I look forward to trying some of them out this weekend! On Fri, May 8, 2020 at 2:07 PM spellcard199 via Kawa wrote: > Hello. I just decided to take a break from the java world for now and > since in > the past months I've written some Kawa-development-related projects I'm > sharing them here in case someone is interested in reading/using/improving > them even in their current state. > > - kawa-devutil: > - url: http://gitlab.com/spellcard199/kawa-devutil > - license: MIT/Expat > - description: functionalities that other projects can use to implement > development tools for Kawa > - notes: all the projects below use kawa-devutil one way or another > > - geiser-kawa: > - url: http://gitlab.com/spellcard199/geiser-kawa > - license: BSD-3-Clause > - description: adds Kawa Scheme support to Emacs' Geiser Mode > - notes: Compared to swank-kawa.scm: > - has a lot less features > - has 1 more feature: (buggy) completion for: > - java packages > - java classes > - class fields > - class methods > - is written in Java using Kawa's Java API > - is easier to install: all you need is downloaded installing the > package from MELPA and using: M-x geiser-kawa-run > > A couple of projects I hacked together in the last couple of days: > > - ikawa: > - url: http://gitlab.com/spellcard199/ikawa > - license: Apache-2.0 > - description: a minimal (233 lines of java) Jupyter notebook > kernel for Kawa Scheme > - notes: line count is a bit like cheating since most of the > functionalities are already implemented by its dependencies > > - ikawa-binder: > - url: http://gitlab.com/spellcard199/ikawa-binder > - license: Apache-2.0 > - description: follow the link in the README.md to open an > ikawa Jupyter notebook in the browser that runs on > mybinder.org (no installation needed) -- Duncan.