evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.04k stars 120 forks source link

Add `api.find_packages` and `api.find_and_compile_packages` #798

Closed evhub closed 9 months ago

evhub commented 9 months ago

Should work like setuptools.find_packages but searches for and compiles Coconut code first.

evhub commented 9 months ago

~If possible, it would ideally be good to install them in such a way that they get recompiled on import, e.g. by ensuring that coconut.api is always imported before the module.~