lfex/py

Investigate the feasibility of dotted notation

Closed this issue · 2 comments

E.g., in addition to (py:const 'math 'pi), also being able to call (py:const math.pi). Would need to be supported in all calls (const, init, func, method, etc.).

I've got this 90% the way there ... but I'm not really a fan. I'll be updating the README with examples and then simultaneously discouraging users from using it. I'll keep it around in case someone comes up with a great idea on how to improve it or make the usage more consistent. Otherwise it will probably get dropped after a while.

Also, it will only be supported for the following:

  • (py:const ...)
  • (py:func ...)
  • (py:init ...)