mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d2aebd09b3
GJ is an extension of the Java programming language that supports generic types. * Support for generics * Superset of the Java programming language * Compiles into the Java Virtual Machine * Compatible with existing libraries WWW: http://www.cis.unisa.edu.au/~pizza/gj/ gj-jdk11 is a slave port to gj which uses JDK 1.1. PR: ports/55111 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
GJ is an extension of the Java programming language that supports
|
|
generic types.
|
|
|
|
* Support for generics
|
|
* Superset of the Java programming language
|
|
* Compiles into the Java Virtual Machine
|
|
* Compatible with existing libraries
|
|
|
|
WWW: http://www.cis.unisa.edu.au/~pizza/gj/
|