Path: csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Markus Koschany Newsgroups: linux.debian.bugs.dist,linux.debian.devel,linux.debian.maint.java Subject: Bug#986609: ITP: libdexx-java -- immutable, persistent collection classes for Java Date: Thu, 08 Apr 2021 00:40:02 +0200 Message-ID: X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Wed Apr 7 22:33:09 2021 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: -4.2 Reply-To: Markus Koschany , 986609@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: debian-devel@lists.debian.org, debian-java@lists.debian.org, apo@debian.org, wnpp@debian.org X-Debian-Pr-Message: report 986609 X-Debian-Pr-Package: wnpp X-Spam-Bayes: score:0.0000 Tokens: new, 18; hammy, 143; neutral, 34; spammy, 1. spammytokens:0.948-+--H*r:bugs.debian.org hammytokens:0.000-+--XDebbugsCc, 0.000-+--X-Debbugs-Cc, 0.000-+--H*M:reportbug, 0.000-+--H*MI:reportbug, 0.000-+--H*x:reportbug Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Mailer: reportbug 7.10.3 X-Debian-Message: from BTS X-Mailing-List: archive/latest/1659538 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 20 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Thu, 08 Apr 2021 00:32:26 +0200 X-Original-Message-ID: <161783474698.30397.11416821933124465496.reportbug@spike> Xref: csiph.com linux.debian.bugs.dist:1055049 linux.debian.devel:100050 linux.debian.maint.java:12124 Package: wnpp Severity: wishlist Owner: Markus Koschany X-Debbugs-Cc: debian-devel@lists.debian.org, debian-java@lists.debian.org, apo@debian.org * Package name : libdexx-java Version : 0.7 Upstream Author : Andrew O'Malley * URL : https://github.com/andrewoma/dexx * License : MIT Programming Lang: Java Description : immutable, persistent collection classes for Java Dexx Collections are a port of Scala's immutable, persistent collection classes to pure Java. Persistent in the context of functional data structures means the data structure preserves the previous version of itself when modified. This means any reference to a collection is effectively immutable. However, modifications can be made by returning a new version of the data structure, leaving the original structure unchanged.