Replies: 1 comment 6 replies
-
That will work fine. But keep in mind that, well, the reason the language is called "Modula" is that it is based on, well, "modules". What I am trying to say is that the way modules interact is one of the key concepts of the language. And to explore that you need more than one of them. (By the way, I'm using the word "module" in a more general Modula sense here: what we call a MODULE is an "implementation module" (that's where the m3makefile "implementation" terminology comes from) what we call an INTERFACE is an "interface module") |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to easily fiddle with code snippets, I've created the following:
I then simply run
cm3' in the sandbox directory. All I ever need to edit is
mySandbox.m3' file. Seems to works ok. Any suggestions / warnings etc? TIA ..Beta Was this translation helpful? Give feedback.
All reactions