Disclaimer: these posts are synchronized from Planet Clojure

26. Rusted Stairs and Shader Meta-Programming

At Taarna we did all our rendering using Pixar’s prman RenderMan software. Though I had written several renderers, this was my first experience with programmable shaders.Since I was developing hair and cloth simulation code, it sort of made sense for me to also write shaders for them. Taarna was a s...

The 2022 Developer Survey is now open

It’s that time of year again here at Stack Overflow where we take the pulse of the developer community. This is our twelfth run at this, a dirty dozen of questions about tech stacks, working habits, and more. And once again, we are asking you to generously provide information about the tech you love...

Clojure Deref (May 27, 2022)

Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem. (@ClojureDeref RSS) Podcasts and videos #84 - Debbie and Wilker Lúcio - defn podcast E71 nbb with Michiel Borkent - ClojureStream Podcast Clojure Transducers: optimizing my submission to Steve Y...

Thoughts on Clojurescript and BigDecimal

So you&aposre writing an awesome scientific or financial app in Clojurescript with a backend as a service, only to discover the numbers feel really strange, as if they&aposre just so slight off, and they are off, just ever-so-slightly. As it turns out, Clojurescript does not support the Clojure core...

Nubank announces hires to strengthen tech team

São Paulo, May 24, 2022 – Nubank, one of the world’s largest digital platforms of financial services, announces its most recent initiative to strengthen the software technology team. The company is bringing around fifteen North American engineers specialized in functional programming languages, such...

Why Should You Care About Elixir?

The different paradigms Elixir can offer you and their advantagesA couple of months ago, I was working on a feature which required maintenance on a lot of our existing services. Everything was going smoothly until I came across a service that was written in a language I didn’t know: Elixir....

Clojure Deref (May 20, 2022)

Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem. (@ClojureDeref RSS) Highlights ClojureScript had a major release this week, now version 1.11.54, which updates ClojureScript to match parity with Clojure 1.11 support (new math namespace and other new...

The Niche Programmer

For the vast majority of my programming career, I've been a mainstream developer. By mainstream, I mean writing in a language and using the tools that most of the category of software development I have been in (mostly web development) has used, such as PHP, JavaScript, and the most popular tools of...