For some feedback, you might consider using Let's Encrypt for setting up free TLS certs, or hosting on Github Pages to get it automatically. With just HTTP, my browser (and many others) will show a scary warning telling me not to use the site.
Try Clojure – An interactive tutorial in the browser
11–20 of 96 posts
Re: Try Clojure – An interactive tutorial in the browser
#12I started playing around with Clojure back in 2014 by implementing a rudimentary polyglot persistent news feed microservice. That microservice used Ring which sits on top of Jetty. I blogged about that implementation at https://glennengstrand.info/software/architecture/oss/clojur... which is my personal blog. Last year, I re-evaluated Clojure with a feature identical microservice. This time, I integrated with Donkey…
Re: Try Clojure – An interactive tutorial in the browser
#13For the site author, thanks for this tool! Clojure has changed the way I program and I've been using it for 6 years now. Anything to help more people get into Clojure is much appreciated, especially if it's REPL-oriented. For some feedback, you might consider using Let's Encrypt for setting up free TLS certs, or hosting on Github Pages to get it automatically. With just HTTP, my browser (and many others) will show a…
https://tryclojure.org/ is working correctly. I'm figuring out why Netlify is not redirecting automatically.
Re: Try Clojure – An interactive tutorial in the browser
#14I started playing around with Clojure back in 2014 by implementing a rudimentary polyglot persistent news feed microservice. That microservice used Ring which sits on top of Jetty. I blogged about that implementation at https://glennengstrand.info/software/architecture/oss/clojur... which is my personal blog. Last year, I re-evaluated Clojure with a feature identical microservice. This time, I integrated with Donkey…
https://cuddly-octo-palm-tree.com/posts/2022-02-20-opt-clj-6...
Re: Try Clojure – An interactive tutorial in the browser
#15Re: Try Clojure – An interactive tutorial in the browser
#16Re: Try Clojure – An interactive tutorial in the browser
#17Re: Try Clojure – An interactive tutorial in the browser
#18Re: Try Clojure – An interactive tutorial in the browser
#19Re: Try Clojure – An interactive tutorial in the browser
#20Do I need to have a somewhat decent knowledge of Java to plunge into Clojure right away?
It doesn't require Java as such - I can't really program in Java and Clojure is great. A lack of Java fundamentals is still a handicap and probably around my #3 annoyance as a Clojure user. It makes dependency management (#2 annoyance) harder because the already complicated Java dependency management systems gets a thick layer of Clojure confusion ladled on top. The stacktraces obviously take the spot for #1 annoyance, which is a consequence of the Java but knowing Java won't help navigate them.
Can't recommend Clojure enough though. Very fun language.