Allowing the object.method(args...) syntax as an alias for method(object, args ...)

See (I believe better than “Jeff’s old answer”):

but also from its author: Translating OOP into Idiomatic Julia · ObjectOriented.jl

This article aims at telling people how to translate serious OOP code into idiomatic Julia. […] For most of tasks involving OOP, the translation is straightforward and even more concise than the original code.

Using that package and OOP isn’t an alias, but:

The PR you linked is now merged. I need to look into it, and see it in action in the REPL or VS Code.