On 05/05/2013, at 11:31 PM, john skaller wrote:

> I need some help on this...


Hmm .. one way to do this is:

(a) make the library modules with stupid class names:

        _List
        _silly_List

etc. At least the library should be fairly self contained,
and not use many globals apart from these names.
A few are needed eg "int".

(b) Make a class structure in one file and inherit the
contents:

        class Data { class List { inherit _List; }}

This
 doesn't solve the problem of interaction of files
in user codes. Of course C has the same problem, though
it is restricted to extern symbols.

Although Felix has "private" that only works inside a class:
the top level class encloses everything.


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to