Geometry.Net - the online learning center
Home  - Basic_O - Oberon Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 96    Back | 1  | 2  | 3  | 4  | 5  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Oberon Programming:     more books (21)
  1. Modular Programming Languages: Joint Modular Languages Conference, JMLC'97 Linz, Austria, March 19-21, 1997, Proceedings (Lecture Notes in Computer Science)
  2. Programming Languages and System Architectures: International Conference, Zurich, Switzerland, March 2 - 4, 1994. Proceedings (Lecture Notes in Computer Science)
  3. Modular Programming Languages
  4. Object-Oriented Programming in Oberon-2 by Hanspeter Mössenböck, 1995-10-18
  5. Into the Realm of Oberon: An Introduction to Programming and the Oberon-2 Programming Language by Eric W. Nikitin, 1997-11-07
  6. Oberon-2 Programming with Windows by Jörg R. Mühlbacher, Bernhard Leisch, et all 1997-07-24
  7. Programming in Oberon: Steps Beyond Pascal and Modula by Martin Reiser, Niklaus Wirth, 1992-06
  8. Project Oberon: The Design of an Operating System and Compiler (Acm Press Books) by Niklaus Wirth, 1992-11
  9. Programming Languages and Systems: 5th Asian Symposium, APLAS 2007, Singapore, November 28-December 1, 2007, Proceedings (Lecture Notes in Computer Science / Programming and Software Engineering)
  10. The Oberon System: User Guide and Programmer's Manual (ACM Press) by Martin Reiser, 1991-05
  11. Modular Programming Languages: 7th Joint Modular Languages Conference, JMLC 2006, Oxford, UK, September 13-15, 2006, Proceedings (Lecture Notes in Computer ... Computer Science and General Issues)
  12. Oberon Programming Language Family: Oberon, Oberon-2, Component Pascal, Zonnon, Obliq, Active Oberon
  13. Programming in Oberon, Steps Beyond Pascal &Modula - 1992 publication by Martn Rsr, 1992-01-01
  14. Programming in Oberon: Steps Beyond Pascal and Modula,1992 publication by Martin- Reiser, 1992-01-01

61. Listings Of The World Computers Programming Languages Oberon
Added Nov25-02; Lightning oberon Post Review An implementation of the oberonprogramming language in the context of the new .NET platform from Microsoft.
http://listingsworld.com/Computers/Programming/Languages/Oberon/

62. Oberon: The Programming Language
oberon The programming Language. The programming Language oberon2, H. Mössenböck,N. Wirth Institut für Computersysteme, ETH Zürich, October 1993.
http://www.mathematik.uni-ulm.de/oberon/reports/
Ulm's Oberon System Release 0.5 Library Module Index ... Search Engine
Oberon:
The Programming Language
Ulm's Oberon System Release 0.5 Library ... Search Engine

63. The Programming Language Oberon-2
The programming Language oberon2. This report defines the programming language oberon-2.It is also available in PostScript and as an unsplit document (html2).
http://www-vs.informatik.uni-ulm.de/projekte/Oberon-2.Report/
The Programming Language Oberon-2
October 1993 This report defines the programming language Oberon-2. It is also available in PostScript and as an unsplit document Note: Some sections contain tables constructed using the table tags defined in HTML 3.0. For best results you should use a browser supporting these tags. If your browser does not support these tags use the html2-links.
  • Introduction
  • Syntax
  • Vocabulary and Representation
  • Declarations and scope rules ...
  • Appendix D: The Oberon Environment Adapted to HTML by ; 12. Juni 1995
  • 64. The Programming Language Oberon-2
    The programming Language oberon2. H. Mössenböck, N. Wirth Institutfür Computersysteme, ETH Zürich October 1993 1. Introduction.
    http://www-vs.informatik.uni-ulm.de/projekte/Oberon-2.Report/Oberon2.Report.html
    The Programming Language Oberon-2
    H. Mössenböck, N. Wirth
    Institut für Computersysteme, ETH Zürich
    October 1993
    1. Introduction
    Oberon-2 is a general-purpose language in the tradition of Oberon and Modula-2. Its most important features are block structure, modularity, separate compilation, static typing with strong type checking (also across module boundaries), and type extension with type-bound procedures. Type extension makes Oberon-2 an object-oriented language. An object is a variable of an abstract data type consisting of private data (its state) and procedures that operate on this data. Abstract data types are declared as extensible records. Oberon-2 covers most terms of object-oriented languages by the established vocabulary of imperative languages in order to minimize the number of notions for similar concepts. This report is not intended as a programmer's tutorial. It is intentionally kept concise. Its function is to serve as a reference for programmers, implementors, and manual writers. What remains unsaid is mostly left so intentionally, either because it can be derived from stated rules of the language, or because it would require to commit the definition when a general commitment appears as unwise. Appendix A defines some terms that are used to express the type checking rules of Oberon-2. Where they appear in the text, they are written in italics to indicate their special meaning (e.g. the

    65. The Sources Store For Modula-2 And Oberon-2 Programming Languages
    The Sources Store for Modula2 and oberon-2 programming Languages. Home.Download. Upload. Contact. Links. Links. The Modula-2 Webring Navigator.
    http://www.aha.ru/~uranus/links.html
    The Sources Store for Modula-2 and Oberon-2 Programming Languages
    Home Download Upload Contact ... Links
    Links
    The Modula-2 Webring Navigator List All Random Join The Oberon Webring Navigator List All Random Join XDS Modula-2 and Oberon-2 development system - Excelsior, LLC. ... Modula-2 Draft International Standard: DIS 10514 June 1994

    66. Dictionary Of Programming Languages
    It was designed for computer science education, but is also suitable for generalpurposeapplication programming. oberon has a Pascal-like syntax, but its
    http://cgibin.erols.com/ziring/cgi-bin/cep/cep.pl?_key=Oberon

    67. The Oberon Tribune (1) 2: Component-Oriented Programming
    programming languages and systems need to be designed with components in mind,or the set of resulting problems may prove to be unmanageable. oberon
    http://www.oberon.ch/resources/component_software/cop.html
    Oberon microsystems
    Component-Oriented Programming
    A Refined Variation on Object-Oriented Programming
    [The Oberon Tribune, Vol 1, No 2, December 1995] Prof. Clemens Szyperski, School of Computing Science, Queensland University of Technology, Brisbane, Australia There are several motivations to switch over to object-oriented development. Besides exhibiting advantages in the analysis, design, and implementation stages of software development, object-oriented technology also enables entirely new approaches to software engineering in the large, in particular it provides a (partial) basis for extensibility, an obvious requirement for pluggable components to work. However, as we shall see, object-oriented programming is not enough to enable construction of truly extensible systems. The missing ingredients are safety and modularity. The combination of some aspects of object-oriented programming, safety, and modularity with extensibility as a goal is called Component-Oriented Programming We consider a system truly extensible, if it can cope with the late addition of components without requiring a global integrity check. It is easy to see that this is a useful definition. Let us consider the case where a base system gets extended by two different component vendors. Of course, a client expects that in most cases the two individually purchased components would work together. Naturally, some independent extensions may exclude each other, for example by providing alternative solutions to the same problem. Such a conflict and therefore the need to make a choice must be obvious to the client, however.

    68. The Oberon Tribune: Lecturing Component-Oriented Programming At The University
    One argument in favor of our choice was the programming safety ofOberon. Binary object interoperability standards like COM or
    http://www.oberon.ch/services/odf/tribune/trib3/Turku.html
    The Oberon Tribune
    Vol. 2, Nr. 1
    Lecturing Component-Oriented Programming at the University
    During the lectures, COP was defined as programming software components for late composition, possibly by the user, who is unable and unwilling to make any adaptations. As a corollary, components must be designed to be composable with other components, not yet known about. This needs standardizations on several levels. We discussed the principles of object interoperability standards (like COM and CORBA), environment and user interface standards (like OLE and OpenDoc), and application domain standards (e.g. for mathematical component software). One lecture focused on conceptual differences between OOP and COP. COM's aggregation concept was explained as a contrast to inheritance. In addition to the lectures focusing on concepts, the students could gain concrete experience during exercise projects. We picked Oberon/F as the environment, though the students so far knew neither the framework nor the programming language. For some students, the latter was an emotional threshold - they had to learn a new language after all - but in practice Oberon turned out to be close enough to Pascal and Modula-2, so that the problem became managable.

    69. Oberon-2 Programming With Windows
    oberon2 programming with Windows. This book is a detailed introductionto programming in oberon-2, the object-oriented successor of Pascal.
    http://www.fim.uni-linz.ac.at/pow/book/
    Oberon-2 Programming with Windows
    Oberon-2 Programming with Windows
    Published by Springer, June 1997
    Softcover, 370 pp.
    ISBN 3-540-62522-4
    This book is a detailed introduction to programming in Oberon-2, the object-oriented successor of Pascal. Oberon-2 provides elegant support for programming using a unique blend of structured and object-oriented techniques. The book follows a "hands on" approach to teaching based on many examples, starting with basic Oberon-2 language features and gradually increasing in scope to cover the full range of object-oriented programming. The book is completely self-contained and enables readers to develop native Windows programs. It comes with a multi-media CD-ROM (suitable for Windows 3.1x, Windows 95 and Windows NT 4.0) containing a full Windows based integrated development environment, all the examples contained in the book and a tutorial video to give beginners an easy start to using the software. The included software can be used and distributed freely. Go to the Homepage...

    70. Alexa Web Search - Subjects > Computers > Programming > Languages > Oberon
    Most Popular In oberon The 5 most visited sites in all
    http://www.alexa.com/browse/categories?catid=6193

    71. Departement Informatik - Prof. N. Wirth
    PrenticeHall, 1986. programming in oberon Steps beyond Pascal and Modula.(with M. Reiser) Addison-Wesley, 1992. The programming Language oberon.
    http://www.cs.inf.ethz.ch/~wirth/
    Niklaus Wirth, Professor, retired
    Address:
    Departement Informatik
    ETH Zentrum
    CH-8092 Zürich
    (Switzerland)
    Niklaus Wirth was born in February 1934 in Winterthur, Switzerland. He received the degree of Electronics Engineering from the Swiss Federal Institute of Technology (ETH) in Zurich in 1959, an M.Sc. from Laval University, Canada, in 1960, and a Ph.D. from the University of California at Berkeley in 1963. He was Assistant Professor of Computer Science at Stanford University (1963 - 1967), and then at the University of Zurich. In 1968 he became Professor of Informatics at ETH Zurich. He spent two sabbatical years at the Xerox PARC in California, and he is retired since April 1999.
    Latest Projects
    Selected Honours
    • ACM, A. M. Turing Award IEEE Computer Society, Computer Pioneer Award (1988) IBM Europe Science and Technology Prize 1988 (1989) Member, Swiss Academy of Engineering, 1992 Foreign Associate, US Academy of Engieering, 1994

    72. WebGuest - Open Directory Computers Programming Languages
    oberon SourceCode and Applications - Links to resources for oberonprogramming. Last update 548 PT, Wednesday, September 4, 2002
    http://directory.webguest.com/index.cgi/Computers/Programming/Languages/Oberon/S

    73. Citations: The Programming Language Oberon - Wirth (ResearchIndex)
    N. Wirth; The programming Language oberon ; SoftwarePractice and Experience, 187,671-690;. 30 citations found. N. Wirth. The programming language oberon.
    http://citeseer.nj.nec.com/context/128911/0
    30 citations found. Retrieving documents...
    N. Wirth. The programming language Oberon . Technical report, Department Informatik, ETH Ziirich, Switzerland, 1987.
    Home/Search
    Document Not in Database Summary Related Articles Check
    This paper is cited in the following contexts:
    First 50 documents
    Higher-Order Persistent Polymorphic Programming in Tycoon - Matthes (2000)
    (4 citations) (Correct) ....language concepts such as subtyping between type operators, recursive type operators, extensible record values, and hbraries as scopes for modules and interfaces. The syntactic structure and the module concept of Tr are similar to those of the languages of the Modula family (Modula 2 [12] Oberon , Modula 2 [23] Modula 3 [22] and Add [11] Regarding its semantics, Tr is more closely related to the polymorphic functional languages of the ML language family [5, 6, 19, 8, 10] The semantic concepts of Tr are derived from the language F [7] a widely accepted formal basis for the study of .
    N. Wirth. The programming language Oberon . Technical report, Department Informatik, ETH Ziirich, Switzerland, 1987.

    74. Oberon For Artificial Intelligence Programming With The AI4U Textbook
    1. Overview and BrainMind Diagram for Artificial Intelligence programming inOberon /^^^^ How A Mind Generates A Thought /^^^^ EYE
    http://mind.sourceforge.net/oberon.html
    Oberon for Artificial Intelligence
    1. Overview and Brain-Mind Diagram for
    Artificial Intelligence Programming in Oberon
    A new species of AI Mind may be coded in Oberon by making use of
    a print-on-demand (POD) AI textbook for computer science courses,
    AI4U: Mind-1.1 Programmer's Manual
    by Arthur Murray,
    hardcover ISBN 0-595-65437-1 for CS AI courses and
    paperback ISBN 0-595-25922-7 for general readers.
    2. Rationale
    Object-based Oberon invites the creation of AI mind-modules in
    Oberon. 3. Resources for Oberon AI Minds

    75. Amadeus-3, Oberon-2, Object Oriented Programming, Object Framework, Peristence,
    national companies (Du Pont de Nemours, Royal Bank of Canada, HP etc.) over a periodof 8 years, this should convince you that oberon2 programming is indeed
    http://www.amadeus-3.com/main_files/main.html
    Programming Tools should lead to correct programs naturally NOT through exceptional intellectual exercice ! Member of the Oberon Webring
    FAQ for Amadeus-3
    What is Amadeus-3?
    Amadeus-3 is a complete Object Oriented Framework for the development of Windows Applications of any kind and for any type of end use: It is comparable in scope, if not in number of features, with Visual C++™, Visual Basic™, Delphi™ and other similar frameworks. What it lacks in features, it makes up in better design, reduced complexity,readability, coherent design and availability of source code for the entire Framework. With Amadeus-3, is often easier to create the precise widget for your application, than it is to understand, adapt and use the standard widgets included with other major frameworks. Amadeus-3 is highly coherent, addressing all elements of a typical application in a consistent way, from data entry and general user interface widgets to database access and report output.

    76. Amadeus-3, Oberon-2, Object Oriented Programming, Object Framework, Peristence,
    Prof. Wirth decided to honor this impressive feat of human achievement by naminghis programming language after this moon. oberon2 actually does go into Space.
    http://www.amadeus-3.com/main_files/space.html
    Programming Tools should lead to correct programs naturally NOT through exceptional intellectual exercice ! Member of the Oberon Webring
    What is this about SPACE and Oberon-2
    The two are not entirely unrelated. You may have noticed the photos of Uranus and - yes, that's right, it's moon OBERON
    • orbit: 583,420 km from Uranus diameter: 1523 km mass: 3.03e21 kg
    O beron is the King of the Fairies and husband of Titania in Shakespeare's Midsummer-Night's Dream. The moon of Uranus was named after this character.
    What's in a name
    When Prof. Wirth was in the process of designing his new programming language, he saw pictures of Uranus and it's moon Oberon, which had just been transmitted from the Voyager 2 space probe. The probe managed to perform much better than expected, thanks to impressive technology and fantastic feats of programming, through which new instructions could be sent remotely and squeezed into some 80 bytes of available memory, to change course and take a specific set of picture. Prof. Wirth decided to honor this impressive feat of human achievement by naming his programming language after this moon.

    77. Bibliography On The Programming Language And Operating System Oberon
    Bibliography on the programming language and operating system oberon. Bibliographyon the programming language and operating system oberon.
    http://liinwww.ira.uka.de/bibliography/Compiler/Oberon.html
    The Collection of
    Computer Science Bibliographies Up: Bibliographies on Programming Languages, Type Theory and Compiler Technology Collection Home
    Bibliography on the programming language and operating system Oberon
    About Browse Statistics Number of references: Last update: March 12, 1999 Number of online publications: Supported: yes Most recent reference: March 1998 Search the Bibliography Query: Options case insensitive Case Sensitive partial word(s) exact online papers only Results Citation BibTeX Count Only Maximum of matches Help on: [ Syntax Options Improving your query Query examples
    Boolean operators: and and or . Use to group boolean subexpressions.
    Example: (specification or verification) and asynchronous Information on the Bibliography
    Author:
    (email mangled to prevent spamming)
    Abstract:
    A collection of references related to Project Oberon
    Keywords:
    object-oriented operating system, object-oriented programming language
    Browsing the bibliography Bibliographic Statistics
    Types:
    article(37), inproceedings(34), techreport(19), book(10), phdthesis(8), unpublished(3), diplomathesis(2)

    78. SAL- Programming - Languages & Compilers - Oberon
    oberon oberon is both a programming language in the PascalModula traditionand a modern operating system for single-user personal workstations.
    http://sal.kachinatech.com/F/1/OBERON.html
    Oberon Oberon is both a programming language in the Pascal- Modula tradition and a modern operating system for single-user personal workstations. Its highlights are:
    • an integrated and modular programming environment and
    • a versatile textual user interface.
    What's also available on Linux are: JACOB Current Version: Linux Oberon System 3 Release 2.2 License Type: Home Site:
    http://www.oberon.ethz.ch/oberon/
    http://www.oberon.ethz.ch/oberon/system3/ Source Code Availability: Yes Available Binary Packages:
    Targeted Platforms:
    Amiga, DECStation, HP700, Linux, Macintosh, IBM RS/6000, SPARCstation, SiliconGraphics, and IBM PC compatibles with Windows. Software/Hardware Requirements:
    No Other Links:
    http://www.math.tau.ac.il/~laden/Ob-pkgs.html (The Oberon Reference site)
    http://www.synerge-id.com/ozone/
    http://www.math.tau.ac.il/~guy/Oberon/
    http://nuchem.nsrl.rochester.edu/~skulski/Obooks.html (List of Oberon books)
    http://www.yahoo.com/Computers_and_Internet/Programming_Languages/Oberon/

    79. SAL- Programming - Languages & Compilers - Oberon V4 For GNU/Linux
    Links http//sport1.uibk.ac.at/tanis/oberon.linux.bugs.html http//sport1.uibk.ac.at/tanis/oberon.linux.open SALHome programming Languages Compilers
    http://sal.kachinatech.com/F/1/OBERON4.html
    Oberon V4 for GNU/Linux Oberon V4 for GNU/Linux is an implementation of the Oberon system with enhancements from the System Software Group at the JK University, Linz, Austria. Uses X11, libc5 or glibc and provides a full featured operating system that runs piggyback on Linux. Comes with full source code and documentation. Compatible versions exist for Windows and PowerMac. Current Version: License Type: GPL Home Site:
    http://sport1.uibk.ac.at/tanis/oberon.linux.html Source Code Availability: Yes, from Home Site Available Binary Packages:
    Targeted Platforms:
    GNU/Linux for i386 Software/Hardware Requirements:
    X11, libc, libpthread optional Be sure to get the right package (libc5, glibc) for your system. Other Links:
    http://sport1.uibk.ac.at/tanis/oberon.linux.bugs.html
    http://sport1.uibk.ac.at/tanis/oberon.linux.open.html Mailing Lists/USENET News Groups:
    Mailing List: oberonlinux@titania.ssw.uni-linz.ac.at User Comments:
    • None
    See A Screen Shot?

    80. FAQTs - Knowledge Base - Faqts : Computers : Programming : Languages : Oberon
    My Recent Searches Knowledge Base, Documentation. oberonHomepage at ComputerScience Dept., ETH Zurich, Switzerland.
    http://www.faqts.com/knowledge_base/index.phtml/fid/533
    Home My Faqts Contributors About ... Languages : Oberon My Recent Searches Knowledge Base faqts Knowledge Base Oberon Folder Folders Add Folder Alert Manage Folder Manage Links
      There are no folders in this category
    Documentation
  • Oberon-Homepage at Computer Science Dept., ETH Zurich, Switzerland Questions Share Your Knowledge Ask a Question
      There are no questions in this folder.
      Its subfolders may contain questions.

    Unanswered Questions
      There are no unanswered questions in this folder.
      Its subfolders may contain unanswered questions.

    Synop Software
  • A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 4     61-80 of 96    Back | 1  | 2  | 3  | 4  | 5  | Next 20

    free hit counter