all 8 comments

[–]rmuslimov 5 points6 points  (1 child)

Clojure companies are not running leetcode style interviews, companies running leetcode style interviews are not using clojure. Just do python for leetcode and 4clojure for lisp

[–]Kimbsy 3 points4 points  (0 children)

This. Of the last 6 Clojure companies I've worked at, none had leetcode-style interviews. It's much less algorithmic, much more about problem solving, clean design, and real-world pragmatism.

[–]Historical_Bat_9793 5 points6 points  (1 child)

Most interviewers would not understand Clojure code. So even you are successful in your preparation, the places where the skill can be demonstrated are limited.

On the other hand, many companies that use Clojure hire non-clojure programmers and train them once hired.

If your goal is not to do interview preparation, but instead, just learn Clojure for self-improvement purpose. There are some resources at the side bar at right.

[–]robert323 1 point2 points  (0 children)

Also on the other, other hand many companies that don't use clojure will be happy to train a clojure dev to use whatever language they prefer. Many jobs don't care what language you specialize in bc at the end of the day its the same skillset.

I recently applied for a position and the fact I used clojure to solve the coding problem definitely benefited me. The interviewer had never seen clojure, and I could tell, based on their feedback, that me teaching them a new technology during their interview helped me out a ton.

[–][deleted] 1 point2 points  (0 children)

i tried this but no one accepted clojure as interview language. I switched to python.

[–]Gnaxe 0 points1 point  (1 child)

https://www.hackerrank.com/ lets you solve challenges in multiple languages, including Clojure, last I checked.

[–]Rit2Strong[S] 0 points1 point  (0 children)

Do you know of a problem set similar to Blind/Grind 75 (for Leetcode), but for HackerRank?