ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Nice programming language

Nice is an advanced object-oriented programming language. It extends the concept of object-orientation by allowing multi-methods, that can be declared even for existing classes, and who select their implementation based on all their arguments.

Nice has a more powerful system than most object-oriented languages, which allows for instance to detect during compilation all null dereferencing errors, and most casting errors.

Source programs are compiled to Java bytecodes, and can interact with libraries written in Java.

Nice also implements contracts, similarly to Eiffel, and incorporates many features from functional programming, like anonymous functions, tuples, and parametric types.

External link





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Nice programming language".