How can I eval a function in repl?

… without additional manual deps and require.

Let’s pretend for a sec that I’m in the middle of something and have an intent.
A function from the internets looks like a good option to eval, to try.

The best way I’ve found is to pull and run it (with lucid.package and lucid.core.namespace).

I want (a-lib/a-func & args) for the first call. And (a-func & args) for subsequent call.
Are there any better ways (except my-own-eval for repl) to support my dev process?