Alternative implementations of python/setuptools entry points (extensions) in other languages/applications

前端 未结 2 615
无人共我
无人共我 2021-01-31 14:12

While this question has a python backend, the question is not tied to python itself, but rather about extension mechanisms and how to register/lookup for plugin

相关标签:
2条回答
  • 2021-01-31 14:37

    as one of possible ideas, you can look at OSGi concept, that is used for plugin system management of Eclipse. It could be overkill for your specific case, but definitely the source of inspiration.

    0 讨论(0)
  • 2021-01-31 14:51

    As you started out speaking about programming language implementation / processing, it may be worth noting that recently gcc acquired plugin capabilities too.

    0 讨论(0)
提交回复
热议问题