Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
4 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 4

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Nosica

Nosica is an object oriented programming language with a syntax somewhat similar to Java programming language.

Nosica was originally created to provide the power of C plus plus along with the simple syntax of Java, although the syntax has since slowly evolved away from the Java syntax for greater simplicity and ease-of-use.

Nosica is written in Java and compiles to C. Nosica is developed as a free software project under the GNU General Public License. The compiler is currently in an early stage of development.

Nosica s main features are :

  • operators (with a simple way for declaring them infix/postfix/prefix)
  • genericity and constraint over genericity
  • automatic delegation via the proxy keyword
  • multiple interface inheritance and single class inheritance
  • distinction between reference and primitive type
  • very few First Class Objects (FCO)
  • garbage collected
  • invariant
  • multiple dispatch of methods (allowing covariant methods to be defined)
  • tuples
  • simple syntax
  • metadata
  • The language is still evolving and, according to its website, not very usable yet.

    =External link=

    *[http://www.nosica.net Nosica s website]