Thats some what subjective. If you look to python pandas or Gnu R programs; that would be paradigme hybrids (good ones mostly). I personally enjoy coding so much more if I can use the right tool for the job.
I like Elixir/Erlang's 'weird' approach to this, where it primarily uses an FP approach for the code, but an OO-like approach for the runtime (keeping state in processes). The OO being perhaps closer to Alan Kay's original ideas (as I understand it) is nice too.
I'm not experienced enough to judge how well it does all this though.