[Nice-commit] Nice/web index.xml,1.7,1.8
Brought to you by:
bonniot
From: <bo...@us...> - 2004-03-02 15:31:05
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16762/web Modified Files: index.xml Log Message: Use the more precise description of how Nice relates to object orientation, as discussed on nice-info. Index: index.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/index.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.xml 24 Jan 2004 21:19:56 -0000 1.7 --- index.xml 2 Mar 2004 15:18:59 -0000 1.8 *************** *** 10,17 **** <section> <para> ! Nice is a new object-oriented programming language based on Java. ! It 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. </para> --- 10,19 ---- <section> <para> ! 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. </para> |