Discuss how the perfect module/namespace should behave. Keep in mind things like multimethods (which should be merge rather than shadow).
Name:
Anonymous2011-12-28 22:34
>>3 Lambda-calculus already gravitates towards a simple "environment" argument, which holds "dynamic" state. Why would you implement some external module/namespace hack? Do you miss C++ so much?
So "importing stuff in other files" should work as C's #include directive?
The more I think about it, the more confused I get.