jaberg / pyll

3 stars 5 forks source link

namespaces!!!!! #5

Open yamins81 opened 12 years ago

yamins81 commented 12 years ago

This is very high priority if pyll is be used as a way to write lazy functional code.

jaberg commented 12 years ago

Note that it is possible for the scope.define decorator to inspect the stack and record the module name where it has been applied. This may be useful.

On Fri, Feb 17, 2012 at 12:03 PM, Dan Yamins < reply@reply.github.com

wrote:

This is very high priority if pyll is be used as a way to write lazy functional code.


Reply to this email directly or view it on GitHub: https://github.com/jaberg/pyll/issues/5

yamins81 commented 12 years ago

Yes -- I assume that my exclamatory would be implemented that way :) I don't think it would be all that hard, but we'd want to agree on exactly what the data structure would be (and maybe have pyll exist a little longer) before doing it ...