RosettaCodeData/Lang/Nice/00-LANG.txt
2023-07-01 13:44:08 -04:00

13 lines
No EOL
824 B
Text

{{language|Nice
|site=http://nice.sourceforge.net/
}}[[runs on vm::java virtual machine| ]]
Nice is a new programming language. It extends the ideas behind object-orientation in order to better support modular programming and static type safety. It also incorporates features from functional programming, and puts into practice state-of-the-art results from academic research. This results in more expressivity, modularity and safety.[[#Citation|[1]]]
Source programs are compiled to [[Java]] bytecode, and can therefore interact with libraries written in Java and other programming languages targeting the Java Virtual Machine.[[#Citation|[2]]]
Nice supports [[wp:Multiple_dispatch|Multiple dispatch]].
==Citations==
#[http://nice.sourceforge.net/ The Nice Home Page]
#[[wp:Nice_(programming_language)|Wikipedia: Nice]]