Procedural generation of volumetric clouds using different types of noise
Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing - marick/Midje
Procedural generation of volumetric clouds using different types of noise
Implement an Interpreter using Clojure Instaparse
Homepage of Jan Wedekind
We took our kids bowling for the first time the other day. I have to admit, that I am not a great bowler. I had only been bowling two or three times in my life previous to that event and I was very thankful that those bumpers were up. The computer program malfunctioned in the final frames of our last game. I realized then, that I really had no idea how to score bowling. Later that night, in my surfing, I came across a reference to the Bowling Game Kata.
An in-depth comparison of the output of Clojure testing libraries.
JDK 11 is the latest release of the JDK (Java Development Kit). There are several changes since JDK 8 that will require projects to update their dependencies or build tools. Many open source projects have resolved these issues when adding support for JDK 9 and 10. For most projects that have been updating their dependencies regularly, the upgrade process to JDK 11 shouldn’t be too difficult. Last year I wrote a guide on upgrading Clojure projects to Java 9.
Clojure lint tool. Contribute to jonase/eastwood development by creating an account on GitHub.
Franklin Chen's personal website and blog
An in-depth code-along guide to building static web sites powered by the Stasis library.
Developing a Space Flight Simulator in Clojure
Volumetric Clouds with Clojure and LWJGL
Yesterday was the first day for me on a new job, thanks to Clojurists Together I will be able to dedicate the coming three months to improving Kaocha , a next generation test...
An in-depth comparison of the output of Clojure testing libraries.
Isolating external dependencies helps make testing easier. We can focus on a specific unit of code and we can avoid slow tests calling real services …