Oberon: what is it good for?
The first version of Oberon was created at the end of 80-ies and the beginning of 90-ies. Niklaus Wirth was back then a well-known and influential figure in Computer Science. His work was open source, well described, and available for download. But time went by and the system did not leave the academic world and his university. Even the German-speaking world seems not to pick it up. So, why? And why should we even pay an attention to this system?
First of all, what is Oberon and what is its goal? It was created as an illustration for the Operating Systems course and exercise in building an operating system that can be fully understood by a good student. The whole system was built originally by one man from scratch. So, it is fantastically compact. It allows for extension, and simultaneously it also allows for the reduction of all the code that is not currently used. It is amazingly reliable. It is lightning fast. But it is not widely used and not even widely known.
It seems to have its influence. People who were creating Windows 3.11 seems to be familiar with the work of Wirth. Creators of the Go language reference it numerous times and it seems to be the major inspiration for the language.
But what can we learn from it now? Where can we use it? And what can we use it for?
What can we tell about the system and team who will utilize these OS and language?
- A person who will write code on it should understand the system thoroughly. It is as different from other systems (Windows, Linux, Mac Os) as these systems are different from one another. That first step requires an investment of brainwork and habit building and it seems to contribute to the unpopularity of the system.
- The Oberon system seems to repel porting code from other platforms. so, whatever system will be built on it should be built solely or for (very) most part on the Oberon language.
- Whatever is built on the Oberon promises to be extremely fast, small, extremely reliable, and can be supported by a small stable group of knowledgeable men (maybe even by one person).
- It seems to be extremely hacker-proof from the outside world for a multitude of reasons. It is unknown to uneducated folks, it was built with all the external ports closed, it is well thought through and logical.
- Seems to be easily portable to new processors by a small team or, even a single person. Already has Arm and x86 compilers.
- buy a Zigbee dev kit, and rewrite it on Oberon.
- remote client for Oberon (think about RDP for Windows).
- port Oberon (as-is) on Raspberry Pi
- To start Oberon on Docker - with the remote client mentioned above
- sshd on Oberon, allowing for Oberon shell
- make a code-generator for Oberon compiler to RiscV, port the whole system to some small RiscV single board computer
- port ZeroMQ to Oberon
- port logical library to Oberon.
Comments
Post a Comment