Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Groovy

Compare

  Analyzed about 5 hours ago

Apache Groovy (formerly from codehaus) is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any ... [More] Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming. [Less]

453K lines of code

30 current contributors

1 day since last commit

289 users on Open Hub

High Activity
4.57534
   
I Use This

Scala

Compare

  No analysis available

Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It is also fully interoperable with Java.

0 lines of code

98 current contributors

0 since last commit

235 users on Open Hub

Activity Not Available
4.82192
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

OpenJDK

Compare

  Analyzed about 18 hours ago

Open-source version of Java Development Kit for Java Platform Standard Edition.

12.1M lines of code

264 current contributors

2 days since last commit

234 users on Open Hub

Very High Activity
4.56667
   
I Use This

Grails

Compare

  No analysis available

A powerful Groovy-based web application framework for the JVM built on top of Spring Boot.

0 lines of code

55 current contributors

0 since last commit

197 users on Open Hub

Activity Not Available
4.50847
   
I Use This
Mostly written in language not available
Licenses: No declared licenses

Clojure

Compare

  Analyzed about 21 hours ago

Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency (STM). It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.

73.8K lines of code

5 current contributors

20 days since last commit

87 users on Open Hub

Moderate Activity
4.64516
   
I Use This

JRuby

Compare

  Analyzed about 2 hours ago

JRuby is an 100% pure-Java implementation of the Ruby programming language. JRuby is the effort to recreate the Ruby interpreter in Java. JRuby is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application.

911K lines of code

40 current contributors

3 days since last commit

79 users on Open Hub

Very High Activity
4.4375
   
I Use This
Licenses: common_pu..., gpl, lgpl

Play! framework

Compare

  Analyzed 1 day ago

Discover a clean alternative to bloated enterprises Java stacks. Play! focuses on developer productivity and targets RESTful architectures.

237K lines of code

97 current contributors

6 days since last commit

75 users on Open Hub

High Activity
4.82353
   
I Use This

Jython

Compare

  Analyzed 1 day ago

Jython is a Java implementation of the Python programming language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is a very seamless and smooth integration with Java: from Python you have complete access to all Java ... [More] libraries, can build applets, can integrate with Java beans, and can subclass Java classes in Python and vice versa. Like Python, and unlike Java, Jython can also be used interactively: just type some Jython code at the prompt and see the results immediately. [Less]

949K lines of code

10 current contributors

about 4 years since last commit

57 users on Open Hub

Inactive
3.71429
   
I Use This

ASM

Compare

Claimed by The OW2 Consortium Analyzed about 6 hours ago

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as ... [More] BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. [Less]

51.6K lines of code

7 current contributors

5 days since last commit

35 users on Open Hub

Low Activity
4.78571
   
I Use This

Spock Framework

Compare

  Analyzed about 12 hours ago

Spock is a testing and specification framework for Java and Groovy developers. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock ... [More] is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms. [Less]

68.4K lines of code

8 current contributors

5 days since last commit

29 users on Open Hub

Moderate Activity
4.75
   
I Use This