Exploring RISC OS further.. At first I thought it only has the frame buffer terminal (the one you get if desktop is configured incorrectly).
But there is also a GUI to run console apps, which is called "Task Window" (because each one is associated with a task).
Apparently you can open stdout/stderr/stin for already running tasks (RISC OS term for processes).
Console app include BASIC64, which BTW allows inline assembly and creating GUI Apps.
I doubt it is that useful, since RISC assembly is very verbose and modern OS comes with C/C++ compiler
But yeah, it is here, if you want to just learn ARM quickly.
I personally I cant write BASIC to save my life.
Beside BASIC64, there is also Obey scripting language, akin to Bash.
Toolbar goes to the right of the window, because there is more horizontal space than vertical, which is more important for consoles and text editor.
Just like with OSX, all windows share a menu bar (again to save screen space and reduce clutter).
It is also possible to keep submenus from the menubar bar always open in a separate window.
I.e. you can have File menu on the left of the editor window.
Current Mood:
amused