Hacker News new | ask | show | jobs
by linguae 62 days ago
I'm quite familiar with Project Oberon as a professor who studies operating systems and programming languages, but even though this is Hacker News where many of us are familiar with the project, I'm not surprised that there are also many readers who are not familiar with it, since Oberon does not have the userbase of much more popular programming languages and operating systems, and it's not even covered in many undergraduate courses on those topics. Most undergraduate OS courses are Unix-focused, centering on either Linux, Minix, or xv6. The Oberon OS is certainly not Unix. Programming languages and compiler courses tend to vary, but I haven't seen one that uses Oberon.
2 comments

I got to learn about Oberon in the 1990's, because FCT/UNL degree was quite strong in languages and systems programming, and we had exposure to all kinds of programming languages, I even studied ALGOL type system, with its wonderful "call by name" that you see almost nowhere nowadays, other than as lazy lambdas kind of approach.
I am not a CS student nor have I had a "programming job." I just enjoy computing which leads me to explore the different design philosophies so I read and tinker. Currently I am learning Ada, itself based on Wirth's Pascal so I am on a bit of a Wirthian kick.