Hi
I've recently committed to BitBucket some code that is the starting point for the next iteration of Jsmod.
http://bitbucket.org/jfine/jsmod/overview
It provides something a bit like Python modules, and with more work something closer could be provided. (At present it's like putting all the module attributes into the __builtin__ module.)
The think I really like about it is that it almost totally avoids putting things into the JavaScript global namespace. In fact, the only global it adds is JSMOD! And by default all module attributes are accessible only via JSMOD.
Please take a look at it.
--
Jonathan
--
You received this message because you are subscribed to the Google Groups "JavaScript for Python programmers" group.
To post to this group, send an email to
js...@googlegroups.com.
To unsubscribe from this group, send email to
js4py+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/js4py?hl=en-GB.