To read all comments associated with this story, please click here.
I keep a loose tag on the RiscOS world, mostly in case something better than RPCEmu (good code, but always lacking the love it deserves) comes along to run my old programs, but also because it was once home.
I also am following the Raspberry Pi project as even with the lack of open graphics drivers, and the scary GPU binary blob boot, I may still have uses for a few. It's also fantastic to try and get kids programming. Linux is a fantastic learning platform and very empowering. You know, the old: Teach a man Photoshop and he will be able to edit bitmaps for a day, teach a man Gimp and he will be able to edit bitmaps for a lifetime. ;-)
I really don't want any energy taken away from Linux work on this device for RiscOS. None. If you want RiscOS chances are you really want the GUI, in which case, get stuck in with the Rox desktop.
I don't see his comment like that, don't really feel your question (as stated) is warranted, Thom - jabjoe was one of the relatively few RISC PC home users, and clearly quite into it; he stayed that way for a while. His insight is valuable / why it needs to be only praise?
(and I don't even agree with him about RISC OS drag'n'drop overuse nostalgia ;p ...especially since the bearable parts of it are mostly available in modern systems)





Member since:
2009-05-06
I use to love RiscOS. My first computer was a Acorn A3000 and I stayed with Acorn until the RiscPC StrongARM.
BBC BASIC was my first programming language and I wrote games for myself, friends and family. It was on the RiscPC I learnt C++ (with gcc). Most advanced thing I wrote on it was a realtime software renderer (all fixed point of course) for a demo/exercise.
BUT even at its birth, really, RiscOS was a toy OS.
"The OS is single-user and employs co-operative multitasking (CMT). While most current desktop OSes use pre-emptive multitasking (PMT) and multithreading, RISC OS remains with a CMT system. Many users have called for the OS to migrate to PMT. The OS also has rudimentary memory protection, and all users have full superuser privileges."
http://en.wikipedia.org/wiki/RISC_OS
Much as I loved RiscOS, I would much prefer kids learnt Linux. It's a true grown up OS and what they learn will be directly useful at many scales. Fundamentally a Unix is simpler than RiscOS. Everything is a file and system calls are to act on those files. (Yes it's not quite that, (bar Plan9) but that's the general idea.)
Python is better than BBC BASIC ever was. Moving to C and C++ is easy on Linux, fancy IDE or not (and I didn't have one on RiscOS, I just had !Zap).
If your also a RiscOS refugee, just use RPCEmu, it can at least run your old 26bit code.