1. Re: (naming conventions)
- Posted by Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL>
Apr 02, 1999
-
Last edited Apr 03, 1999
> [ Naming Conventions ]
> Euphoria is spreading it's platform base and I propose a small change to the
> file naming convention.
> E & EX <- Platform independant euphoria
> ED & EXD <- MS-DOS
> EW & EWD <- Ms Windows
> EL & EXL <- Linux
Eh.. Linux and Unix should be exchangable.. not the executable, but the rest of
the platform related issues, that is.
> EM & EXM <- Macintosh
> EB & EXB <- Be Os
Lets, stick to the OS supported, although off course when Linux is
supported, Unix kind of is as well.
> There is one question what to name X-Windows files? EX is in use. So then do
> we change the naming convention to
I'm hoping that Win32Lib will be platform independent, this way .ew files are by
default window-mode independent, and might use
.ed or .ew files for extra functions. (its wise to seperate those parts anyway)
Ralf