From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40351 invoked by alias); 26 Oct 2015 17:06:16 -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 40337 invoked by uid 89); 26 Oct 2015 17:06:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 26 Oct 2015 17:06:14 +0000 Received: from [10.9.9.209] (helo=mailfront04.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1ZqlDm-0006ND-22 for kawa@sourceware.org; Mon, 26 Oct 2015 18:06:10 +0100 Received: from 70-36-239-58.dsl.dynamic.fusionbroadband.com ([70.36.239.58] helo=toshie.bothner.com) by mailfront04.runbox.com with esmtpsa (uid:757155 ) (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) id 1ZqlD4-0007hM-AX for kawa@sourceware.org; Mon, 26 Oct 2015 18:05:26 +0100 To: Kawa mailing list From: Per Bothner Subject: released Kawa 2.1 Message-ID: <562E5D51.7000504@bothner.com> Date: Mon, 26 Oct 2015 17:06:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q4/txt/msg00020.txt.bz2 This is a rather belated release (lots of changes since last release), made for JavaOne. I hope to have another release soon, which will probably focus on a re-write of the multi-dimensional array support, since that is mostly implemented. (Get ready for APL!) Changes are listed here: http://www.gnu.org/software/kawa/news.html The biggest change is a bunch of changes to sequences and strings. Plus efficient support for unsigned primitive integers. Plus significant improvements to the tutorial. As usual, instruction for getting it is here: http://www.gnu.org/software/kawa/Getting-Kawa.html -- --Per Bothner per@bothner.com http://per.bothner.com/