From Surf Wiki (app.surf) — the open knowledge base
Obliq
| Field | Value |
|---|---|
| name | Obliq |
| logo | |
| screenshot | |
| paradigms | Multi-paradigm: imperative, structured, modular, object-oriented, prototype-based, parallel |
| family | Wirth Oberon |
| designers | Krishna Bharat |
| Marc H. Brown | |
| Luca Cardelli | |
| developer | |
| released | |
| latest release date | |
| latest preview date | |
| typing | Strong, dynamic |
| scope | Lexical pure |
| programming language | Modula-3 |
| platform | IA-32 |
| file format | |
| website | |
| implementations | Obliq, Visual Obliq |
| influenced by | Modula-3, Self, Oberon |
Marc H. Brown Luca Cardelli
Obliq is an interpreted, object-oriented programming language designed to make distributed, and locally multithreaded, computing simpler and easier to program, while providing program safety and an implicit type system. The interpreter is written in Modula-3, and provides Obliq with full access to Modula-3's network objects abilities. A type inference algorithm for record concatenation, subtyping, and recursive types has been developed for Obliq. Further, it has been proved to be NP-complete and its lowest complexity to be Ο(n3) or if under other modeling up to certain conditions down to Ο(n2){{Cite journal |book-title=Logic in Computer Science, Symposium on Obliq's syntax is very similar to Modula-3, the biggest difference being that Obliq has no need of explicit typed variables (i.e., a variable can hold any data type allowed by the type checker and if does not accepts one, i.e., a given expression execution error will display) although explicit type declarations are allowed and ignored by the interpreter. The basic data types in the language include booleans, integers, reals, characters, strings, and arrays. Obliq supports the usual set of sequential control structures (conditional, iteration, and exception handling forms), and special control forms for concurrency (mutexes and guarded statements). Further, Obliq's objects can be cloned and safely copied remotely by any machine in a distributed network object and it can be done safely and transparently.{{Cite book
Obliq's large standard library provides strong support for mathematical operations, input/output (I/O), persistence, thread control, graphics, and animation. Distributed computing is object-based: objects hold a state, which is local to one process. Scope of objects and other variables is purely lexical. Objects can call methods of other objects, even if those objects are on another machine on the network. Obliq objects are simply collections of named fields (similar to slots in Self and Smalltalk), and support inheritance by delegation (like Self).
The common uses of Obliq involve programming over networks, 3D animation, and distributed computing, as occurs over a local area network (LAN) such as Ethernet. Obliq is included free with the Digital Equipment Corporation (DEC) Modula-3 distribution, but other free versions exist elsewhere including precompiled binaries for several operating systems.
Projects using Obliq
- The Collaborative Active Textbooks (CAT) developed using Obliq applets and the Zeus algorithm animation System (written in Modula-3).
- Obliq applets (Oblets) special web browser (written in Modula-3) Obliq web page embedded applications.
References
References
- (2003-09-22). "Type Inference for Record Concatenation and Subtyping".
- (30 June 1995). "Obliq-3D: A High-Level, Fast-Turnaround 3D Animation System". [[IEEE Transactions on Visualization and Computer Graphics]].
- (May 1996). "Collaborative Active Textbooks: A Web-Based Algorithm Animation System for an Electronic Classroom; Research Report 142". [[Digital Equipment Corporation]] (DEC).
- (May 1996). "Distributed Active Objects". Computer Networks and ISDN Systems.
- [https://web.archive.org/web/20040304053119/http://gatekeeper.research.compaq.com/pub/DEC/SRC/research-reports/abstracts/src-rr-075.html Zeus: A System for Algorithm Animation and Multi-view Editing] Marc H. Brown. [[Digital Equipment Corporation]] (DEC) [[DEC Systems Research Center. Systems Research Center]] (SRC) Research Report 075 (February 1992)
- (1997). "Distributed applets". ACM.
- "Distributed Applets".
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Obliq — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report