Open schierlm opened 5 years ago
Yes, here I am sketching out some possible extensions to the Oberon system by merely copying, renaming, and stubbing-out broad sections of the Rectangles.Mod & Curves.Mod > Graphics.Mod > GraphicFrames.Mod > Draw.Mod example of an Oberon 'application' (e.g. Primitives, Structures, Interfaces, Commands.) I hope to return to these packages after doing some more preparatory work in the base system, as I want to have an Oberon with secure provenance at the core.
OK, fair point.
On the other hand, some other "applications" (like the compiler or the "file manager") work without additional UI modules, and I believe the same can be true for a package manager or a cryptographic key manager. (Just have an Attest.Tool
with command inside and try to interact with extra text viewers like System.Directory
does, or with the log viewer).
But I will just wait what you will build, and judge it when it is ready :D
The
Mod
files in this repo do not even compile. A diff for the things to make it compile (I did not dare to test it afterwards):So mostly wrongly cased variables.
Seems that the same or similar compile errors are also in
PackageFrames
/Mod
of Mod package and inVaultFrames
/Crypto
of Crypto package.