> Do I need to spend more time on a project?
It depends on your interest. For me in particular Lisp was a "profound enlightenment experience" because:
1. I have been programming for a long time and had so many problems I could not(in practice) solve in any language but Lisp.
2. Lisp gives you two things no other language gives you: very basic Metaprograming(it can read itself) and the ability to design your own DSL(domain specific language).
3. It also gives you REPL(Read eval print loop) immediate feedback other languages tried to copy(but have not been able to replicate entirely).
Having said that, Lisp design is also obsolete today because it was mainly designed in the 1970s. I hate it (specially parentheses and interface) and love it at the same time.
>Do I need to spend more time on a project?
You don't need to do anything, nobody needs to learn a new language for living.
The fastest way to understand what Lisp is all about is to be near a very proficient Lisp programmer, because he will be able to run circles around you solving problems.
That combination of someone proving to you what is possible at the masters level and natural human competition is probably much more powerful than anything else you could do on your own.
We are humans after all, we see a great hunter hunt and only then we desire to be as good as he is and learn from him. We do it subconsciously and that is the reason elite tennis players sell razors so well, people copy naturally those who they admire without being conscious about it.