On 13-Sep-07, at 11:06 AM, Eduardo Cavazos wrote: > Take a look at the USING: statement in automata.ui : > > USING: kernel namespaces math quotations arrays hashtables > sequences threads > opengl > opengl.gl > colors > ui > ui.gestures > ui.gadgets > ui.gadgets.handler > ui.gadgets.slate > ui.gadgets.labels > ui.gadgets.buttons > ui.gadgets.frames > ui.gadgets.packs > ui.gadgets.grids > ui.gadgets.theme > namespaces.lib hashtables.lib vars > rewrite-closures automata ; > > WTF.
I don't think this is a problem. It clearly specifies the dependencies the source file has. Ever seen an import list in a non-trivial Java class? :-) > USING: kernel math threads domains > colors namespaces.lib hashtables.lib vars rewrite-closures > automata ; > > DOMAINS: opengl ui ; Now you've introduced a new concept in the language, something beginners have to learn, just to save a handful of tokens. Slava ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
