Start with a language that you do know that has functional features.
Javascript is actually an accessible intro to some concepts and applications.
Then once you have cut you teeth, find the true languages.
Other accessible alternatives: scala and clojure on top of java/jvm.
In my experience, I never really "got" functional programming until I had done the above.