DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamenice
BeschreibungExtension of Java with parametric types, multi-methods, and more
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.9.13-3.2
Sektionuniverse/devel
Prioritätoptional
Installierte Größe1664 Byte
Hängt ab vondefault-jre-headless | java1-runtime | java2-runtime
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße1406534 Byte
Prüfsumme MD54e1c4e4398a2830823245697f2aea47e
Prüfsumme SHA15b2e2b7dd05da1273b6e2bf6338f32d14eebf133
Prüfsumme SHA2566dab494d1760e8dfc1532a76dee2bd1f74762bf461f9827b4f1b50243faaa355
Link zum Herunterladennice_0.9.13-3.2_all.deb
Ausführliche BeschreibungNice is a new object-oriented programming language. . It extends Java with many advanced features: * Parametric types: this is especially useful for containers (lists, hash-tables) and allows for shorter and safer code. * Anonymous functions: functions can be created and manipulated as first-class expressions, just like in Lisp and ML. This is much lighter than Java's anonymous classes in many situations, for instance with listeners in a GUI. * Multi-methods: they allow methods to be defined outside classes. This means that new methods can be defined on classes that belong to a different package (even in java.*). Multi-methods alse extend usual methods with the possibility to dispatch on every argument, instead of only the receiver class. This supersedes the Visitor pattern. * Tuples: this allows in particular methods to return several values. * Optional parameters to methods. Optional parameters have a default value that is used when the parameter is not present in the call. This is much simpler than in Java, where one has to write several versions of the method for each combination of parameters. * Nice detects more errors during compilation: programs written in Nice never throw NullPointerException nor ClassCastException. . For more information see http://nice.sourceforge.net


Impressum
Linux is a registered trademark of Linus Torvalds