From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116947 invoked by alias); 10 Nov 2018 01:50:04 -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 116583 invoked by uid 89); 10 Nov 2018 01:50:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*per, D*com=c2, H*c:alternative, learn?= X-HELO: mail-io1-f45.google.com Received: from mail-io1-f45.google.com (HELO mail-io1-f45.google.com) (209.85.166.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 10 Nov 2018 01:50:01 +0000 Received: by mail-io1-f45.google.com with SMTP id f12-v6so2657812iog.0 for ; Fri, 09 Nov 2018 17:50:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hfmk6kLhrtMTkRSiv6w/vvnA+5owYpxyuFkUoU49RQw=; b=kluPyiSzU1YLxytSmzhhC33fo7J9QVuoirDRfjN/JM8NFICZ6sgBJi7zm88kxzjIXR RkP2aBMc24G666Mbsd+KVSbWFJ/WaG4NGFZuhWeenlnnW9qsZTsuzuTL1ZQ+vCjhGSH5 xpov4+AFOaSUbt400dx8f/WiGLI5ESgQzXL2Uv/DtLCk1w1W6tBo4e4HhZoynqV5bt+5 o+/AxMCbaH9oHYygVk57peCtUHwlu0bNZlt2NRMkyzHs14pn9a4kiQ4H6U84nN67rOGe jTkrQJ3CgX/zyBg1UjhfQlYdX4kPLTKCdhQ5ihPDmQCOD/rWjlQMIEiHfk8yXb09/0vL SkFg== MIME-Version: 1.0 References: In-Reply-To: From: Emmanuel Oga Date: Sat, 10 Nov 2018 01:50:00 -0000 Message-ID: Subject: Re: More internals documentation To: Per Bothner Cc: kawa@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-q4/txt/msg00029.txt.bz2 Are there any changes from the top of your head in architecture that you would highlight? On Fri, Nov 9, 2018 at 4:01 PM Per Bothner wrote: > On 11/9/18 3:47 PM, Emmanuel Oga wrote: > > Hi, > > > > I found this excellent documentation: > > > > https://www.gnu.org/software/kawa/internals/index.html > > > > It mentions that it may be out of date (apparently the document is more > or > > less exactly 10 years old!). > > Actually, 20 years old, but it looks like the last update was 2009. > It could do with some work, but it's still a helpful overview. > > > I was wondering if there are other complimentary docs or presentation I > > should watch to learn more about kawa implementation and in general how > to > > compile scheme to java. > > Not that I know. You can study the code, of course, but I'm sure > it can be a bit overwhelming. > -- > --Per Bothner > per@bothner.com http://per.bothner.com/ >