Changed name
Small changes to text
This commit is contained in:
22
README.md
22
README.md
@ -3,7 +3,6 @@
|
|||||||
A curated list of awesome Java frameworks, libraries and software.
|
A curated list of awesome Java frameworks, libraries and software.
|
||||||
|
|
||||||
- [Awesome Java](#awesome-java)
|
- [Awesome Java](#awesome-java)
|
||||||
- [Alternative Programming Languages](#alternative-programming-languages)
|
|
||||||
- [Build Tool](#build-tool)
|
- [Build Tool](#build-tool)
|
||||||
- [Bytecode Manipulation](#bytecode-manipulation)
|
- [Bytecode Manipulation](#bytecode-manipulation)
|
||||||
- [Cluster Management](#cluster-management)
|
- [Cluster Management](#cluster-management)
|
||||||
@ -30,6 +29,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
- [Imagery](#imagery)
|
- [Imagery](#imagery)
|
||||||
- [JSON](#json)
|
- [JSON](#json)
|
||||||
- [JVM and JDK](#jvm-and-jdk)
|
- [JVM and JDK](#jvm-and-jdk)
|
||||||
|
- [Languages](#languages)
|
||||||
- [Logging](#logging)
|
- [Logging](#logging)
|
||||||
- [Machine Learning](#machine-learning)
|
- [Machine Learning](#machine-learning)
|
||||||
- [Messaging](#messaging)
|
- [Messaging](#messaging)
|
||||||
@ -60,16 +60,6 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
## Alternative Programming Languages
|
|
||||||
|
|
||||||
*Languages other than Java that can be used to write JVM applications*
|
|
||||||
|
|
||||||
* [Scala](http://www.scala-lang.org/) - Statically typed programming language that fuses the object - oriented model and functional programming ideas.
|
|
||||||
* [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities.
|
|
||||||
* [Clojure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp.
|
|
||||||
* [Ceylon](http://ceylon-lang.org/) - Statically typed object - oriented language developed by RedHat.
|
|
||||||
* [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser.
|
|
||||||
|
|
||||||
## Build Tool
|
## Build Tool
|
||||||
|
|
||||||
*Tools which handle the buildcycle of an application.*
|
*Tools which handle the buildcycle of an application.*
|
||||||
@ -307,6 +297,16 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
* [JDK 9](https://jdk9.java.net/) - Early access releases of JDK 9.
|
* [JDK 9](https://jdk9.java.net/) - Early access releases of JDK 9.
|
||||||
* [OpenJDK](http://openjdk.java.net/) - Open source implementation.
|
* [OpenJDK](http://openjdk.java.net/) - Open source implementation.
|
||||||
|
|
||||||
|
## Languages
|
||||||
|
|
||||||
|
*Languages other than Java that can be used to write JVM applications*
|
||||||
|
|
||||||
|
* [Scala](http://www.scala-lang.org/) - Statically typed programming language that fuses the object - oriented model and functional programming ideas.
|
||||||
|
* [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities. Currently an incubating Apache project
|
||||||
|
* [Clojure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp.
|
||||||
|
* [Ceylon](http://ceylon-lang.org/) - Statically typed object-oriented language developed by RedHat.
|
||||||
|
* [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser. Developed by JetBrains and currently approaching a first stable release
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
|
|
||||||
*Libraries that log the behavior of an application.*
|
*Libraries that log the behavior of an application.*
|
||||||
|
Reference in New Issue
Block a user