Full Clojure project in 5 seconds!
Every time you start a new Clojure project, there is a lot of boilerplate that needs to be added. It can be automated with deps-new
…
I'm a software engineer with 15+ years of experience. During my career, I wrote in C++, JavaScript, and Go, but my current passion is Clojure.
I think that Clojure documentation is a bit overcomplicated, so my goal is to create less complex tutorials on this wonderful functional language.
If you have an interesting project for me, or just want to talk, let's get in touch. And here is my CV.
Every time you start a new Clojure project, there is a lot of boilerplate that needs to be added. It can be automated with deps-new
…
Clojure is a hosted programming language. This means what you wrote in Clojure will run in an environment of another language. If you can run Clojure where Java or JavaScript runs, can you learn Clojure and conveniently use it in ALL areas of software development?
Clojure and ClojureScript are forms of the same language targeting different hosts - JVM and JavaScript respectively. If you are creating a library, there is a big chance that a significant part of the code will work for both hosts.