From 08c2ec583c37b095b29489c0b466f21e391f4d07 Mon Sep 17 00:00:00 2001 From: JB Giraudeau Date: Fri, 1 May 2015 23:22:15 +0200 Subject: [PATCH 1/3] Added adt4j - Algebraic Data Types for Java Algebraic Data Types for Java. Quite unique! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc34089..9590549 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Augmentation of the development process at a fundamental level.* +* [ADT4J] (https://github.com/sviperll/adt4j) - Algebraic Data Types for Java (JSR-269 code generator) * [AspectJ](https://eclipse.org/aspectj/) - Seamless aspect-oriented programming extension. * [Auto](https://github.com/google/auto) - Collection of source code generators. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. From 7c113cba08b4b75ffe1046dae0fa7e6a79a0b958 Mon Sep 17 00:00:00 2001 From: JB Giraudeau Date: Fri, 1 May 2015 23:29:02 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9590549..dd51e7b 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Augmentation of the development process at a fundamental level.* -* [ADT4J] (https://github.com/sviperll/adt4j) - Algebraic Data Types for Java (JSR-269 code generator) +* [ADT4J](https://github.com/sviperll/adt4j) - Algebraic Data Types for Java (JSR-269 code generator) * [AspectJ](https://eclipse.org/aspectj/) - Seamless aspect-oriented programming extension. * [Auto](https://github.com/google/auto) - Collection of source code generators. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. From 7a068c6306fd2bae8b7473c1ee4b2a52f4972b9c Mon Sep 17 00:00:00 2001 From: JB Giraudeau Date: Fri, 1 May 2015 23:48:46 +0200 Subject: [PATCH 3/3] Added missing final dot. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd51e7b..796b86a 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Augmentation of the development process at a fundamental level.* -* [ADT4J](https://github.com/sviperll/adt4j) - Algebraic Data Types for Java (JSR-269 code generator) +* [ADT4J](https://github.com/sviperll/adt4j) - Algebraic Data Types for Java (JSR-269 code generator). * [AspectJ](https://eclipse.org/aspectj/) - Seamless aspect-oriented programming extension. * [Auto](https://github.com/google/auto) - Collection of source code generators. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime.