Oh, this is something I'm going to have to try. Excellent work!<p>I have to ask, since people who'd know will probably be here, what's the "ten thousand foot view" of Oberon <i>today</i>? I'm aware of the lineage from Pascal/Modula, and that it was a full OS written entirely in Oberon, sort of akin to a Smalltalk or Lisp machine image. What confuses me is the later work on Oberon seems to be something of a cross between a managed runtime like Java or dot net, and the Inferno OS, where it can both run hosted or "natively". Whenever I've skimmed the wikipedia or web pages I've been a bit confused.
Thanks. In contrast to Smalltalk or Lisp, Oberon is originally a native language, and the Oberon System originally was conceived as the native operating system of the Ceres computer used for teaching in the nineties at ETH Zurich. So there is no image as in Lisp or Smalltalk. Oberon lives on today in the form of various dialects and derivatives (such as my Oberon+ or Micron languages, see <a href="https://github.com/rochus-keller/oberon" rel="nofollow">https://github.com/rochus-keller/oberon</a> and <a href="https://github.com/rochus-keller/micron" rel="nofollow">https://github.com/rochus-keller/micron</a>). There are indeed Oberon implementations which run on Java or ECMA 335 runtimes, which is possible due to the very restricted pointer handling and memory management of Oberon.
Smalltalk too was originally a full OS running on bare metal back in the Xerox Alto days (1972-ish).
The Oberon user interface inspired Acme on Plan 9.<p>Oberon is a very nice, fun and cozy system and environment for programming. I lived in it for a few months back around 2010 and it was a joy.
I often think this style of UI -- tiled text windows but with mouse and graphics interaction (similar to emacs actually) -- is what we should be using for the coding agents we're all using now.<p>I'd like to be able to dock panels of information, live-edit pieces of code instead of just "accept? Y/N", have side interactions, have real scroll bars and proper clipboards, even a live REPL alongside.<p>Instead we get Claude Code's janky "60fps TUI" full of bugs and barely interactive.
This is great! I remember running System 3 on a 386 back when MS-DOS was king.
Thanks. There is actually also an i386 version of the system in the repository, where I modified the kernel so it runs with Multiboot, making installations much easier. An essential achievement for both platforms were the stand-alone tools, i.e. I can compile and link the whole Oberon system on Linux or any other platform (see <a href="https://github.com/rochus-keller/op2/" rel="nofollow">https://github.com/rochus-keller/op2/</a>). I even implemented an IDE which I used for the development (see <a href="https://github.com/rochus-keller/activeoberon/" rel="nofollow">https://github.com/rochus-keller/activeoberon/</a>).
Have always been fond of Oberon! I would love to have A2/ActiveOberon/BlueBottle or whatever the name of the day is on a small native machine as well.<p>Great Stuff!
Thanks. The A2 Fox compiler actually has an ARM backend, so I would be surprised if nobody has migrated it to the Raspi yet. The 2003 version of AOS/Bluebottle (not A2) is on my list of interesting sytems, particularly because it supports multicore hardware.
Does Oberon still require capitalized keywords? That always seemed to be emphasizing the wrong thing:<p><pre><code> IF disaster THEN abort;</code></pre>
Yes, the original Oberon (which the system is based on) has upper-case keywords (and some other orthodoxies). If you are looking for something more modern, go to <a href="https://github.com/rochus-keller/oberon" rel="nofollow">https://github.com/rochus-keller/oberon</a>, <a href="https://github.com/rochus-keller/luon" rel="nofollow">https://github.com/rochus-keller/luon</a> or <a href="https://github.com/rochus-keller/micron" rel="nofollow">https://github.com/rochus-keller/micron</a>.
I'm going to try and give it a go on a zero2 I have lying around. Thanks, this is exactly what I come to hacker news for.
This is lovely. And I bet it is very fast on that hardware, all things considered.
Thank you, I've never heard of the Oberon os before.
Oberon is both a programming language and an operating system used mostly for teaching, much like e.g. xv6 or xinu. Similar to the latter, Wirth has written text books about the system, some of which can be downloaded for free (see <a href="https://projectoberon.net/" rel="nofollow">https://projectoberon.net/</a> for the PDF links).
So good to see Oberon this accessible! Mad props!
I still hope to see the world where Oberon is the future (and present) of OS and programming language design, and I know very little about it.<p>Thanks to your work, that's about to change.<p>Thank you times a thousand <3
[dead]
[dead]