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

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


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.


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