Great tutorials! Thank you for the "Learn ClojureScript" shout out as well!
@weverson.nascimento4 жыл бұрын
Thanks for sharing, your tutorials are very helpful, I appreciate!
@tommmied3 жыл бұрын
Thank you.
@mrstin15083 жыл бұрын
Very Helpful!
@kkambucha2 жыл бұрын
Thank you! I have a question. I make clojure projects by Leiningen, am I understanding it correctly - i don't need to use deps.edn? I see dependencies in my project.clj file and it works properly.
@pat_rocks2 жыл бұрын
Hi Vadim, both Leiningen and Clojure deps are options for dependencies management in Clojure. deps is the built-in tool, and Leiningen provides some more tooling Just choose what you'd prefer
@tm18133 жыл бұрын
Hi Kevin, I appreciate your contribution. I am very new to both Clojure and using it in VsCode. At about 5:38 of the video, you made a hot key to activate REPL. What hot keys did you type? to make REPL go to the output window? I can only use command palette to open output.calva-repl to the right window. Moreover, it keep telling "Syntax error compiling at.... reset: or reset! (2 reset place). I wander, how did your source code run without the problem I am keep encountering? Is there anything changed since you made the video (about 1 year ago)? Thanks for your help.
@pat_rocks2 жыл бұрын
You should just add a key-maping in VS for that command Look for something like "send evaluation to REPL"/"send code under caret to REPL" etc Also, looks like you were having some kinda typo
@xaapt3 жыл бұрын
Man, great tutorial but I barely can see anything with that font size 😬
@KelvinMai3 жыл бұрын
Thanks for the feedback. I'll remember to increase the font size in future tutorials