« Mascara 1.5 released - faster compilation | Main | Code completion »
Saturday
Feb062010

"If a feature is not documented, it does not exist"

The documentation for Mascara is not yet completely perfect, but now at least we have a list of keywords!

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments (1)

Are packages implemented? The link redirects to the main documentation page, which leads me to think they aren't. Will they be, soon? I think they are greatly needed in order to write modular code. Is there currently any way to do something like:

class Foo::Bar {
...
}

var bar = new Foo::Bar;

In other words, is there any way to place classes within namespaces or packages?

Thanks!

February 9, 2010 | Unregistered CommenterAJG
Comments for this entry have been disabled. Additional comments may not be added to this entry at this time.