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

e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 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. Objektorientierte Programmierung in Oberon-2 (German Edition) by Hanspeter Mössenböck, 1994-11-07
  2. From Modula to Oberon: The programming language Oberon ([Report] / Eidgenössische Technische Hochschule Zürich, Departement Informatik. Institut für Computer Systeme) by Niklaus Wirth, 1989
  3. Oberon Companion by Andre Fischer, Hannes Marais, 1997-12
  4. Objektorientierte Programmierung in Oberon-2 by Hanspeter Mossenbock, 1993-07
  5. Class-Based Programming Languages: Java, C++, Python, Eiffel, Smalltalk, Ruby, Simula, Common Lisp, Oberon, Clu, Objective-C, Squeak, Sather
  6. Procedural Programming Languages: C, Perl, Fortran, Php, Algol, Pl|i, Ml, B, Common Lisp, Euphoria, Oberon, Modula, Clu, Occam, Plankalkül

21. Cetus Links: 19,498 Links On Objects And Components / Oberon-2 / Component Pasca
Many links about Oberon, Oberon, and Component Pascal.Category Computers Programming Languages Oberon...... Reference.COM (InReference). General Articles Articles CollectionsThe oberon programming Language (André Fischer). Brief comparison
http://www.cetus-links.org/oo_oberon.html
Object-Oriented Language : Oberon-2 / Component Pascal
  • Intro
    • Oberon is the name of a programming language and an operating environment created by the Institute for Computer Systems, ETH Zürich. Originally designed for computer science education by its implementers N. Wirth and J. Gutknecht in 1986, Oberon teaches modern programming language and operating system concepts to ETH students. Oberon is the successor of the popular Pascal and Modula-2 family of programming languages. It was specifically designed for systems programming, and was used to create the Oberon system in cooperation with J. Gutknecht. A few years later, the Oberon language was extended with additional object-oriented features to result in the programming language Oberon-2 . This is the version included in most of the Oberon distributions." (Thomas Kistler) "Except for some minor points, Component Pascal is a superset of Oberon-2 . Compared to Oberon-2 , it provides several clarifications and improvements. The language revision was driven by the experience with the BlackBox Component Framework, and the desire to further improve support for the specification, documentation, development, maintenance, and refactoring of component frameworks." (Oberon microsystems)
    Contents Other pages

22. ModulaWare Modula-2 And Oberon-2 Bibliography
System is an extensible, graphical user interface, integrated development environmentand application program interface, tied to the oberon programming language
http://www.modulaware.com/mwbiblio.htm
Modula-2 and Oberon-2 Bibliography
Content Programming languages Oberon and Oberon-2
The Oberon System

The Programming Language Modula-2

The Programming Language ISO Modula-2
Programming languages Oberon and Oberon-2 and the Oberon System
This list of books and articles below about Oberon, Oberon-2, and the Oberon System is not complete, but it features the most important books with direct links to Amazon.com and Amazon.de , where you can buy these books on-line; these links are highlighted in bold-face The Oberon Reference Site at http://www.math.tau.ac.il/~guy/Oberon/ has a complete Oberon bibliography (size 200KB) of books and articles about Oberon.
is also a great collection.
Programming languages Oberon and Oberon-2

23. Advanced Oberon Features Explained
language. In the course of a case study, we introduce metaprogrammingfacilities for the oberon programming language and system. The
http://www.modulaware.com/mwofea.htm
Advanced Oberon features explained
Fine-grained symbol files (object model)
Separate Compilation and Module Extension Regis Crelier
Available as compressed postscript Abstract As continuous evolution in hardware results in more powerful computers, new programming techniques and concepts must be developed to master the consequently increasing software complexity. Separate compilation of modules is such a technique that has proven valuable in Modula-2 and in Oberon, among other strongly-typed programming languages.
The module is both the structural unit and the compilation unit of programs. Replacing a module by a new one does not affect the rest of the system, provided that the module interface has not changed. Otherwise, client modules of the modified interface have to be recompiled to maintain system consistency. The last opportunity to detect an inconsistency is when modules are linked to form an executable unit. The check usually consists in comparing, for each imported interface, the expected key of that interface, as known at compilation time of the client, with the key of the effectively supplied interface. A mismatch indicates an inconsistency. This model is simple and efficient, but not very flexible. Indeed, a minor modification of an interface, such as the insertion of a new procedure, can trigger many unnecessary recompilations.
This thesis presents two new models for fine-grained consistency checking

24. Searchalot Directory For Oberon
development efforts. Oberon Webring Webring related to oberon programminglanguage or system environment. Cetus Links Oberon
http://www.searchalot.com/Top/Computers/Programming/Languages/Oberon/
Home Search News Email Greetings Weather ... Global All the Internet About AltaVista AOL Search Ask Jeeves BBC Search BBC News Business Dictionary Discovery Health Dogpile CheckDomain CNN Corbis eBay Education World Employment Encyclopedia Encarta Excite Fast Search FindLaw FirstGov Google Google Groups Infomine iWon Librarians Index Looksmart Lycos Metacrawler Microsoft Northern Light Open Directory SearchEdu SearchGov Shareware Teoma Thesaurus Thunderstone WayBackMachine Webshots WiseNut Yahoo! Yahoo! Auctions Yahoo! News Yahooligans Zeal Sponsored Links Top Computers Programming Languages : Oberon Related Web Sites
  • ETH Zurich / Oberon Home Page - Official home page, quite informative, whitepapers. Niklaus Wirth invented Pascal, Modula, and now Oberon, a modern integrated software environment for single-user workstations. Includes a language in the Pascal/Modula tradition and a highly effective and compact operating platform.
  • System Software Group - This group at the university of Linz offers lots of public domain packages for the Oberon System V4, as well as they continue to maintain this Oberon System variant.
  • Guy Laden Oberon Reference Site - Freeware and commercial Oberon compilers are in existence. It also covers Oberon-related literature, research papers, ongoing development efforts.

25. Directory :: Look.com
Lightning Oberon An implementation of the oberon programming languagein the context of the new .NET platform from Microsoft. Linz
http://www.look.com/searchroute/directorysearch.asp?p=6193

26. Computers/Programming/Languages/Oberon
URL http//www.math.tau.ac.il/~guy/Oberon/ Oberon Webring Webringrelated to oberon programming language or system environment.
http://www.technology-and-computers.com/Computers/Programming/Languages/Oberon/
Search: Category Description:
Oberon is a general-purpose programming language that evolved from Modula-2. Its principal new feature is the concept of type extension. It permits the construction of new data types on the basis of existing ones and to relate them. Computers Programming Languages Oberon Articles
Compilers

Documentation

Software
...
ETH Zurich / Oberon Home Page

Official home page quite informative whitepapers. Niklaus Wirth invented Pascal Modula and now Oberon a modern integrated software environment for single-user workstations. Includes a language in the Pascal/Modula tradition and a highly effective and compact operating platform.
URL: http://www.oberon.ethz.ch
System Software Group

This group at the university of Linz offers lots of public domain packages for the Oberon System V4 as well as they continue to maintain this Oberon System variant.
URL: http://www.ssw.uni-linz.ac.at Guy Laden Oberon Reference Site Freeware and commercial Oberon compilers are in existence. It also covers Oberon-related literature research papers ongoing development efforts. URL: http://www.math.tau.ac.il/~guy/Oberon/

27. Listings Of The World Computers Programming Languages Oberon
Oberon SourceCode and Applications Post Review Links to resourcesfor oberon programming. http//schulen.hagen.de/IF/Oberon/sources
http://listingsworld.com/Computers/Programming/Languages/Oberon/Software/

28. Cetus Links: 19,498 Links On Objects And Components / Oberon-2 / Component Pasca
Reference.COM (InReference). General Articles Articles CollectionsThe oberon programming Language (Andr?Fischer). Brief comparison
http://sunsite.tus.ac.jp/compu/cetus/oo_oberon.html
Object-Oriented Language : Oberon-2 / Component Pascal
  • Intro
    • Oberon is the name of a programming language and an operating environment created by the Institute for Computer Systems, ETH Zürich. Originally designed for computer science education by its implementers N. Wirth and J. Gutknecht in 1986, Oberon teaches modern programming language and operating system concepts to ETH students. Oberon is the successor of the popular Pascal and Modula-2 family of programming languages. It was specifically designed for systems programming, and was used to create the Oberon system in cooperation with J. Gutknecht. A few years later, the Oberon language was extended with additional object-oriented features to result in the programming language Oberon-2 . This is the version included in most of the Oberon distributions." (Thomas Kistler) "Except for some minor points, Component Pascal is a superset of Oberon-2 . Compared to Oberon-2 , it provides several clarifications and improvements. The language revision was driven by the experience with the BlackBox Component Framework, and the desire to further improve support for the specification, documentation, development, maintenance, and refactoring of component frameworks." (Oberon microsystems)
    Contents Other pages

29. Hannes Marais - The Oberon Companion
System 3, with particular emphasis on the Gadgets user interface. Thebook is targeted at readers with oberon programming experience.
http://research.compaq.com/SRC/personal/marais/companion.html
H A N N E S M A R A I S
Oberon and the Oberon Companion
Spirit of Oberon distribution for Windows 3.1/95/NT, although I handed the job to Emil Zeller in March 1996. The image on the right is the cover of a book titled The Oberon Companion (ISBN 3-7281-2493-1) by Andre Fischer and myself. The book is a user and programming guide for Oberon System 3, with particular emphasis on the Gadgets user interface. The book is targeted at readers with Oberon programming experience. A CD-ROM with Windows 95/NT, Linux, PowerMac, 68K Mac, and Native PC implementations of the system is included with the book (the software can also be downloaded from the ETH Oberon page ). Especially interesting is the Native PC version of Oberon System 3, where Oberon is the operating system itself (no underlying operating system is needed). Also included on the CD-ROM you will find many internet applications, end-user applications and even a suite of games with commented Oberon source code. Oberon contains everything you might need - in fact, students at the Institute for Computersystems at ETH often use Oberon exclusively from start to finish during their studies. In addition to the books about Oberon, the

30. SeekAHost.com: WWW Resources/Web Development/Programming/Oberon
Lightning Oberon An implementation of the oberon programming languagein the context of the new .NET platform from Microsoft. URL
http://www.seekahost.com/WWW_Resources/Web_Development/Programming/Oberon/
HOME ADD A LINK MODIFY A LINK NEW LINKS ... LOGIN
Looking for something in particular? the entire directory only this category More search options Home WWW Resources Web Development ... Programming : Oberon CATEGORIES: Articles Compilers Documentation Software LINKS: Pages: 1
  • ASIC Libraries for Oberon
    Oberon software for ASIC model creation
    URL: http://home.rmi.net/~ghaynes/Oberon/index.html Stats: (Rating: 0.00 Votes: 0) Rate It Review It
  • B. Smith-Mannschott: Oberon
    Some Oberon projects.
    URL: http://n.ethz.ch/student/smithmab/Oberon/Oberon.html Stats: (Rating: 0.00 Votes: 0) Rate It Review It
  • Cetus Links: Oberon
    Many links about Oberon, Oberon-, and Component Pascal.
    URL: http://www.cetus-links.org/oo_oberon.html Stats: (Rating: 0.00 Votes: 0) Rate It Review It
  • ETH Zurich / Oberon Home Page
    Official home page, quite informative, whitepapers. Niklaus Wirth invented Pascal, Modula, and now Oberon, a modern integrated software environment for single-user workstations. Includes a language in the Pascal/Modula tradition and a highly effective and compact operating platform.
    URL: http://www.oberon.ethz.ch

31. Introduction To Oberon
Contents. 1 Introduction 2 The oberon programming Language 3 The Oberon System4 Oberon Applications Introduction. The oberon programming Language.
http://burks.brighton.ac.uk/burks/language/oberon/obovervu/intro.htm
An Overview of Oberon
Contents 1 Introduction
2 The Oberon Programming Language

3 The Oberon System

4 Oberon Applications
Introduction
Since 1986, many people at ETH have improved Oberon. It was lately extended with a modern document-based user interface, a software component framework, and transparent network support for distributed documents and transportable objects - features that still have to find their way into commercial systems. In an effort to make the newest ETH research results available to the public, the Spirit of Oberon distribution was created. This distribution of the Oberon system contains the latest developments of the researchers and students of the ETH integrated into a convenient package for popular operating systems. Some improvements have been made to the ETH release, and some experimental tools are included.
The Oberon Programming Language
Created by N. Wirth, Oberon is the successor of the popular Pascal and Modula-2 family of programming languages. It was specifically designed for systems programming, and was used to create the Oberon system in cooperation with J. Gutknecht. A few years later, the Oberon language was extended with additional object-oriented features to result in the programming language Oberon-2. This is the version included in most of the Oberon distributions. A short summary of the main features of the Oberon language follows:
  • Separate compilation of modules with interface checking across module boundaries. Definition and implementation modules are combined in the same source text.

32. Oberon Programming Tips
pages. Violations of McMaster or CIS policies should be reported tothe helpline at helpline@mcmaster.ca oberon programming Tips. Well
http://studentweb.mcmaster.ca/~hachmap/OberonProgramming.htm
Each individual is responsible for the content of their WWW pages. Violations of McMaster or CIS policies should be reported to the helpline at helpline@mcmaster.ca Oberon Programming Tips
Well, all right, they aren't tips, as such - they're just some useful things found in the Oberon language (and some are specific to the ETH Oberon compiler - watch for them), that can make your life easier. Some of these things can be found in either the Oberon Language Report or the Oberon Companion - if you want to become intimately familiar with Oberon, I suggest you read both. (like that's going to happen. Heh. =p) Index Fun with Objects
Using pointers to records - the fast way

Overloading Operators

Emulating Modules in C++
...
A Final Note
Fun with Objects
No doubt you've been using classes and objects (called 'types' and 'records' in Oberon - I'll be using the terms 'classes' and 'objects', though, since they're the more general terms) for quite some time, but only in a rudimentary way. Although Oberon is more limiting in these respects than other OO languages, it still packs a fair punch. Inheritance (a.k.a. "extending a type")

33. Programmers Heaven 2 :Programming: Other Languages
commands, a commented series of important interface definitions, and a tutorial collectionof Oberon programs exemplifying the typical oberon programming style
http://www.synchrondata.com/pheaven2/www/area13.htm
The files can now be found at the Programmers Heaven WEB-Site
The files can now be found at the Programmers Heaven WEB-Site
Other languages
ADA-TUTR.ZIP ADA-TUTR 3.11 Ada 95 Programming Lang. Tutor Interactive Ada tutor now includes the latest Ada 95 material. When run on a PC, no compiler is needed, but the docs. include a list of PC Ada compilers, some inexpensive. Ada source code is included, so ADA-TUTR will run on other computers with Ada compilers, such as mainframes. Ada is a superior programming language. You can earn money distributing this shareware. ADA.ZIP Augusta a subset interpreter of the language ADA. Which translates a subset of Ada into pseudo-code. The p-code is the source for Aug_Terp. See Dr. Dobb's Journal numbers 75,77,79,81 for extensive documentation. With source ADA_OO.ZIP ADA source that shows inheritage between procedures ADATUT.ZIP Ada-tutr, the interactive ada tutor! Will make you an excellent Ada programmer in minimum time. You'll learn good Ada program design techniques, not just Ada syntax. ADA-TUTR runs on PCs as well as workstations and mainframes. On PCs an Ada compiler is helpful, but not required. The PC can have a monochrome or a color monitor. CHOOSE.ZIP

34. Alexa Web Search - Subjects > Computers > Programming > Languages > Oberon
www.oberon.ch Go directly to site Oberon - Heidelberg The oberon programminglanguage information and links at Heidelberg University.
http://www.alexa.com/browse/general?catid=6193&mode=general

35. Oberon Bibliography
(BibEntry) Programming in Oberon - Steps Beyond Pascal and Modula, Martin Reiser,Niklaus Wirth (Bib-Entry) The oberon programming Language, Josef Templ.
http://www.math.tau.ac.il/~guy/Oberon/bib-concise.html
Main Menu Compilers Systems Source Code ... Misc.
Oberon Bibliography
Contents:

36. Oberon
8, Lightning Oberon. An implementation of the oberon programminglanguage in the context of the new .NET platform from Microsoft.
http://www.ad.com/Computers/Software/Operating_Systems/__Oberon/
search
Top
Categories:
ASIC Libraries for Oberon Oberon software for ASIC model creation
Category: Computers > Programming > Languages > Oberon
http://home.rmi.net/~ghaynes/Oberon/index.html
B. Smith-Mannschott: Oberon
Some Oberon projects.
Category: Computers > Programming > Languages > Oberon
http://n.ethz.ch/student/smithmab/Oberon/Oberon.html Cetus Links: Oberon Many links about Oberon, Oberon-, and Component Pascal. Category: Computers > Programming > Languages > Oberon http://www.cetus-links.org/oo_oberon.html ETH Zurich / Oberon Home Page Official home page, quite informative, whitepapers. Niklaus Wirth invented Pascal, Modula, and now Oberon, a modern integrated software environment for single-user workstations. Includes a language Category: Computers > Programming > Languages > Oberon http://www.oberon.ethz.ch/ Gneiss The Gneiss microkernel is a reimplementation of the Hybrid microkernel in Oberon. It has been designed to support dedicated client-server applications. It is small, stable, efficient and flexible, Category: Computers > Programming > Languages > Oberon http://www.cs.sun.ac.za/projects/gneiss/

37. Untitled Document
platforms. Oberon2 An introduction to the oberon programming languagePascal Learning Pascal Learn Pascal via on-line Courseware.
http://www.mcps.k12.md.us/curriculum/compsci/prog.html
Programmer's Toolbox - Bit's and Bytecodes
Please select programming resources by language: C++ Java Karel Lisp ... Visual Basic C++ A C++ Tutorial This course is intended for students who want to learn more about object-oriented programming. Concepts presented are exemplified using the C++ programming language. This course is not intended to learn C++ in all its details Borland's C++ Borland's (Now called Inprise) site concerning things C++. C/C++ Programming Resources A list of programming sites including libraries, FAQ's, and more. Java Getting Started with Java Here's a sort of starter kit for newcomers to Java a route through our web site for teaching yourself Java and for writing applets and applications as soon as possible. JAVA World Online version of monthly magazine for the community of Java developers and users. Programming in Java Programming in Java EarthWeb's Gamelan Chat Network Gamelan Programming in Java Resources for creating Java applets and applications Karel Karel Homepage Karel the Robot is a programming environment that allows you to write programs to direct a robot to perform some task. The language is block structured and has basic branching, looping and procedure abstraction control structures.

38. ETH Zurich / N. Wirth / Books / Programming In Oberon
Programming in Oberon Steps beyond Pascal and Modula. Martin Reiser and NiklausWirth Addison Wesley, 1992 ISBN 0201-56543-9 320 pages Abstract.
http://www.cs.inf.ethz.ch/personal/wirth/books/ProgOberonE/
Programming in Oberon
Steps beyond Pascal and Modula
Martin Reiser and Niklaus Wirth
Addison Wesley, 1992
ISBN 0-201-56543-9
320 pages
Abstract
In 1985 Niklaus Wirth and Juerg Gutknecht embarked on a Project to build a new operating system from scratch. The quote from Einstein: 'Make it as simple as possible, but not simpler' served as a signpost for their approach - resulting in a system of exemplary lucidity, efficiency and compactness. Wirth was fascinated by the accuracy and reliability of the Voyager space probe then passing Oberon, one of the moons of Uranus. The project was christened Oberon in its honor. This is the definitive guide to the Oberon language developed as a successor to Pascal and Modula-2. Programming in Oberon provides:
  • A programming tutorial that demonstrates modern programming concepts
  • A complete language reference that explains the syntax and use of Oberon
This unique tutorial will be suitable for students learning Oberon as well as providing a valuable reference for professional programmers. Key features of the book include:
  • An early introduction to procedures and modules.

39. Philipp W Kutter - ResearchIndex Document Query
3 and Asuman ftp.tik.ee.ethz.ch/pub/people/kutter/paper/AKPS99.a4.ps.gz DynamicSemantics of the oberon programming Language Kutter (1996) (Correct) (2
http://citeseer.nj.nec.com/cs?q=Philipp W. Kutter

40. Directory - Computers: Programming: Languages: Oberon
Lightning Oberon · cached · An implementation of the oberon programminglanguage in the context of the new .NET platform from Microsoft.
http://www.incywincy.com/default?p=6193

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 2     21-40 of 96    Back | 1  | 2  | 3  | 4  | 5  | Next 20

free hit counter