[nem-en] the -using and -namespace flags
Sean L. Palmer
seanpalmer at verizon.net
Wed Feb 1 17:23:26 CET 2006
But it would be a problem trying to compile someone else's sources if
you don't know the compiler flags to use. Extra dependencies on
makefiles. If you want to go that route... I'd prefer less reliance on
compiler command line flags whenever possible.
Sean
Michal Moskal wrote:
> Hi,
>
> while working on my new project I found it annoying to have to add
> 'using Nemerle.Logging' every time I use 'log (...)' for the first
> time (or Nemerle.Profiling, Nemerle.Utility or for that matter even
> Nemerle.Collections).
>
> I thought it may not be that bad idea to add -using flag to the
> compiler, which would add global set of used namespaces to all files
> in current compilation. This way this stuff can be set once for a
> project.
>
> Along with that I would add -namespace that would put all compiled
> files in specified namespace.
>
> This two options together would reduce the initial clutter in source files.
>
More information about the devel-en
mailing list