Arts
Business
Computers
Games
Health
Home
Kids and Teens
News
Recreation
Reference
Regional
Science
Shopping
Society
Sports

   Home / Computers / Programming / Languages / Object-Oriented
  Categories
  • Magazines (2)
  • Pure
  • Computers/ Programming/ Languages/ Ada@ (393)
  • Computers/ Programming/ Languages/ Aleph@ (1)
  • Computers/ Programming/ Languages/ BETA@ (6)
  • Computers/ Programming/ Languages/ Blue@ (5)
  • Computers/ Programming/ Languages/ C++@ (912)
  • Computers/ Programming/ Languages/ C-sharp@ (124)
  • Computers/ Programming/ Languages/ Lisp/ CLOS@ (7)
  • Computers/ Programming/ Languages/ Cecil@ (3)
  • Computers/ Programming/ Languages/ Clarion@ (36)
  • Computers/ Software/ Object-Oriented/ Companies@ (18)
  • Computers/ Programming/ Languages/ Comparison_and_Review@ (73)
  • Computers/ Programming/ Languages/ Component_Pascal@ (10)
  • Computers/ Programming/ Languages/ Curl@ (40)
  • Computers/ Programming/ Languages/ Delphi@ (531)
  • Computers/ Programming/ Languages/ Dylan@ (18)
  • Computers/ Programming/ Languages/ D@ (8)
  • Computers/ Programming/ Languages/ Eiffel/ Eiffel-sharp@ (2)
  • Computers/ Programming/ Languages/ Eiffel@ (52)
  • Computers/ Programming/ Languages/ ElastiC@ (1)
  • Computers/ Programming/ Languages/ E@ (3)
  • Computers/ Programming/ Languages/ Haskell@ (40)
  • Computers/ Programming/ Languages/ ICI@ (2)
  • Computers/ Programming/ Languages/ Java@ (3794)
  • Computers/ Programming/ Languages/ Lagoona@ (2)
  • Computers/ Programming/ Languages/ Leda@ (5)
  • Computers/ Programming/ Languages/ Lua@ (13)
  • Computers/ Programming/ Languages/ Modula-3@ (9)
  • Computers/ Programming/ Languages/ Cobol/ OO_Cobol@ (6)
  • Computers/ Programming/ Languages/ Oberon@ (59)
  • Computers/ Programming/ Languages/ Scripting/ Object-Oriented@ (4)
  • Computers/ Programming/ Languages/ Rexx/ ObjectRexx@ (10)
  • Computers/ Programming/ Languages/ Objective-C@ (16)
  • Computers/ Programming/ Languages/ ML/ Objective_Caml@ (4)
  • Computers/ Programming/ Languages/ Obliq@ (6)
  • Computers/ Programming/ Languages/ Oz@ (2)
  • Computers/ Programming/ Languages/ Perl@ (1193)
  • Computers/ Programming/ Languages/ Pike@ (8)
  • Computers/ Programming/ Languages/ Pliant@ (15)
  • Computers/ Programming/ Languages/ Prototype-based@ (8)
  • Computers/ Programming/ Languages/ Prototype-based@ (8)
  • Computers/ Programming/ Languages/ Python@ (330)
  • Computers/ Programming/ Languages/ REBOL@ (88)
  • Computers/ Programming/ Languages/ Ruby@ (115)
  • Computers/ Programming/ Languages/ SETL@ (6)
  • Computers/ Programming/ Languages/ Sather@ (11)
  • Computers/ Programming/ Languages/ Self@ (10)
  • Computers/ Programming/ Languages/ Smalltalk@ (214)
  • Computers/ Programming/ Languages/ Smalltalk/ Squeak@ (64)
  • Computers/ Programming/ Languages/ TOM@ (3)
  • Computers/ Programming/ Languages/ Tcl-Tk@ (95)
  • Computers/ Programming/ Languages/ Tempo@ (2)
  • Computers/ Programming/ Languages/ Turing@ (11)
  • Computers/ Programming/ Languages/ Visual_Basic@ (433)
  • Computers/ Programming/ Languages/ Water@ (3)
  • Computers/ Programming/ Languages/ Tcl-Tk/ XOTcl@ (7)
  • Computers/ Programming/ Languages/ YAFL@ (2)
 
   See Also
   Web Sites
  • A Programming Language for Communicating Distributed Objects - Fascinating proposal for a very compact folding CDO language: Seentacks? We don't need no stinkin' Seentacks!
    www.cawley.demon.co.uk/lang.html
  • Anvil - A dynamically compiled, object-oriented programming language and environment, especially suited for web applications.
    njet.org
  • Avail - Multiply-polymorphic modular language with highy flexible syntax. Unique inheritance model allows multiple inheritance, multiple polymorphism, constrained genericity, and covariant attributes via immutability. Due to identityless nature of types, a type can have an infinite number of supertypes and subtypes.
    www.ericsworld.com/Mark/HTML/Avail.html
  • bx - Language with objects, interfaces, parameterized types, no inheritance, operator overloading, generators, static instantiation, compiled to C; descriptions, source code, examples, compiler.
    www.skrenta.com/bx
  • Cetus Links: Languages - Over 11,000 links on objects and components.
    www.cetus-links.org/top_languages.html
  • Code Box - A site written in English (despite the .sk domain) that has tutorials on over 27 programming languages, along with discussion forums for each. The site also holds quarterly programming contests.
    code.box.sk
  • IBM Software: Application Development and Object Technology - IBM's award winning VisualAge software, for many languages, delivers innovative, potent solutions to programmers to rapidly exploit network middleware, while developing, extending and managing scaleable business and web applications.
    www-3.ibm.com/software/ad
  • Kapsel - Experimental object-oriented programming language; looks and feels much like the original Smalltalk, adds features to specify access to object detail.
    tools.fiu.edu
  • Listing of OO Languages - Contains a listing of object oriented languages that have come into existence in academia, research and/or real-world environments.
    www.cios.sbu.ac.uk/oohb/OOLanguages.html
  • merd - Ruby-like expressivity + static type checks, a la Haskell. [Open Source, GPL]
    merd.net
  • merd: SourceForge - Practical futuristic language: Ruby-like expressiveness with Haskell-like static type checks. Coded in ML, runs on Linux. [Open Source, GPL]
    sourceforge.net/projects/merd
  • Nice - OO language based on, integrated with, Java (compiler produces java bytecode); features of functional programming, implements state-of-art results from academic research, for more expressivity, modularity, safety. [Open source, GPL]
    nice.sourceforge.net
  • Noobeed - An interactive geomatic object oriented language for spatial modeling, image processing, remote sensing, digital photogrammetry, geographic information system (GIS), geodesy, and surveying and mapping.
    noobeed.com
  • Nosica - A new object-oriented language. Development website, with some documentation, a forum, announcement from developpers. Sources. [Open source, GPL]
    nosica.ng-market.net
  • O'small - Concise, simple OO language for teaching; and study of semantics of inheritance, and OO languages in denotational style, later became subject of research on type inference systems and abstract machines. [Open Source]
    www.ahense.de/osmall.htm
  • Object Oriented FAQ: Object FAQ - Comp.Object FAQ (Object FAQ) is the most comprehensive resource on object technology anywhere.
    www.cyberdyne-object-sys.com/oofaq2
  • Object Oriented Programming in C - Paul Field's fine, clear paper, published in C Vu 4:1 (November 1991), on how to use an object-like discipline with a procedural language.
    www.accu.org/acornsig/public/articles/oop_c.html
  • Object Oriented Programming: A guide for the beginner, from Modula-2 to Java - Tutorial teaching basics of object oriented programming. Tailored to no one specific language, but examples are in C++, Java, Modula-2.
    www.quiver.freeserve.co.uk/OOP1.htm
  • Object Technology Home Page - Contains a listing of suppliers, publications, operating systems, frameworks, and models.
    www.yy.cs.keio.ac.jp/~suzuki/object.html
  • Objects on the Web - About the book.
    www.smartbooks.com/bw704objweb.htm
  • OO Language Page - Includes links to information on OOPLs, user group and JDK, IDE and libraries.
    www.yy.cs.keio.ac.jp/~suzuki/object/language.html
  • OO SoapBox: sOOap - Big collection of links to WWW resources useful in gaining better understanding of OO Methods, Languages, and their features.
    www.elj.com/sooap
  • OOP 2000 Conference - (January 2000) presents object-based solutions in an expansive and fully comprehensive forum for users, experts and leading vendors.
    www.sigs-datacom.de/sd/kongresse/oop_2002/index.htm
  • PC Webopaedia: Object-oriented programming - Defines the term 'object-oriented programming', lists some links where you can get more information.
    webopedia.internet.com/TERM/o/object_oriented_programming_OOP.html
  • Planet Source Code - A site that allows OOP programmers to submit their code for review by other programmers. It also has source code available for beginning programmers to help educate them on various programming concepts. They hold contests in which programmers vote on the most efficient, useful code recently submitted.
    www.planet-source-code.com
  • Survey of Object Oriented Programming Languages - Article by Chris Hostetter. This paper was intended as a learning experience for the author, in an attempt to better understand the history and development of Object Oriented Programming Languages.
    www.rescomp.berkeley.edu/~hossman/cs263/paper.html
  • The Object-Oriented Page - Large, well researched list of OO issues, languages, projects, links, much more. Excellent resource.
    www.well.com/user/ritchie/oo.html
  • UnrealScript Language Reference - High level, simple, Java-style, object-oriented, compile time error checking; native support for major concepts of time, state, properties, networking, which few languages address, to greatly simplify code. Mainly for games.
    unreal.epicgames.com/UnrealScript.htm
  • VIRT Laboratory - Makes VIRT: general purpose, imperative, object-oriented language, with a new technology of dynamic data structure processing; lets you process dynamic data structures (lists, trees, more) effectively with no pointers. Ensures laconic and uniform notation lets you hide memory allocation/deallocation mechanisms.
    users.ints.net/virtlabor
  • WebReference.com: Class-Based vs. Prototype-Based Languages - Brief explanation by Yehuda Shiran, Ph.D.
    www.webreference.com/js/tips/010215.html
  • What is Object-Oriented Software: An Introduction - Simple explanations for object newbies.
    catalog.com/softinfo/objects.html
  • x++ - Object-oriented programming language with syntax based on XML.
    www.geocities.com/xppdev

Google
1995-2015 © Stunning, Inc.