Merge pull request #119 from danieldietrich/master
Added Functional Java
This commit is contained in:
@ -16,6 +16,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
|
|||||||
- [Distributed Databases](#distributed-databases)
|
- [Distributed Databases](#distributed-databases)
|
||||||
- [Distribution](#distribution)
|
- [Distribution](#distribution)
|
||||||
- [Document Processing](#document-processing)
|
- [Document Processing](#document-processing)
|
||||||
|
- [Functional Programming](#functional-programming)
|
||||||
- [Game Development](#game-development)
|
- [Game Development](#game-development)
|
||||||
- [GUI](#gui)
|
- [GUI](#gui)
|
||||||
- [High Performance](#high-performance)
|
- [High Performance](#high-performance)
|
||||||
@ -172,6 +173,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
|
|||||||
* [Apache POI](http://poi.apache.org/) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT).
|
* [Apache POI](http://poi.apache.org/) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT).
|
||||||
* [jOpenDocument](http://www.jopendocument.org/) - Processes the OpenDocument format.
|
* [jOpenDocument](http://www.jopendocument.org/) - Processes the OpenDocument format.
|
||||||
|
|
||||||
|
## Functional Programming
|
||||||
|
|
||||||
|
*Libraries that facilitate functional programming in Java.*
|
||||||
|
|
||||||
|
* [Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition oriented development.
|
||||||
|
* [Javaslang](http://javaslang.com) - Functional component library built for Java 8+ that provides persistent data types and functional control structures.
|
||||||
|
* [jOOλ](https://github.com/jOOQ/jOOL) - An extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions.
|
||||||
|
|
||||||
## Game Development
|
## Game Development
|
||||||
|
|
||||||
*Frameworks that support the development of games.*
|
*Frameworks that support the development of games.*
|
||||||
|
Reference in New Issue
Block a user