Fork me on GitHub
#jobs-discuss
<
2022-11-08
>
Bramhesh Srivastav11:11:09

hi Looking for some interviewing resources on clojure/clojurescript (interview questions/ coding interview questions). I hope i'm posting into the right channel. Thanks

adi11:11:43

4clojure and exercism are good places to get some coding practice

adi11:11:22

also one can solve leetcode in Clojure

adi11:11:38

Apart from that, I think it will serve you well to read some of the community-recommended books and tutorials https://clojure.org/community/resources#_tutorials_and_learning_materials

Bramhesh Srivastav11:11:43

Thanks VSCode also returns usage examples and description of functions on hover.

adi11:11:04

Ah and one more thing... Do read the "rationale" https://clojure.org/about/rationale section.

adi11:11:58

Since you're already using VSCode + Calva: https://calva.io/get-started-with-clojure/

Bramhesh Srivastav11:11:46

I have watched all of Rich Hickey's talks many times over starting with "Simple Made Easy". Yes i'm using vscode + calva. Thanks

Bramhesh Srivastav11:11:50

I just forget to put brackets on the left side of function declarations when coming back from javascript or Python :0)

😅 1
Bramhesh Srivastav11:11:25

often my version of openJDK i had to switch back from 17 to 11 but when i am using new deps in project.clj , i often get the error: "Could not locate clojure/core/async__init.class, clojure/core/async.clj or clojure/core/async.cljc on classpath." etc

adi12:11:54

re: the JDK version compatibility thing, maybe someone asked a similar question at https://ask.clojure.org/

Gabriel Kovacs14:11:47

I am curious if leetcode is also relevant in the EU.