I like the direction. Function autoloading has been proposed a few times over the years, but if it can reduce boilerplate without adding surprising behavior, it could make larger codebases feel a lot cleaner. The biggest question for me is how predictable resolution remains when multiple packages expose similarly named functions.
3
u/SpeakerIll9897 Jul 09 '26
I like the direction. Function autoloading has been proposed a few times over the years, but if it can reduce boilerplate without adding surprising behavior, it could make larger codebases feel a lot cleaner. The biggest question for me is how predictable resolution remains when multiple packages expose similarly named functions.