planet

joined 2 years ago
 

numbers, radix, arbitrary precision in Clojure

https://clojure-diary.gitlab.io/2025/04/15/numbers-radix-arbitrary-precision-in-clojure.html

Code ;; numbers.clj 17 017 ;; O17 ;; error 0.17 00.17 8r17 0X17 0x17 16r17 16R17 ;; 16r-17 ;; error -16r17 ;; 0x-17 ;; error -0x17 ;; 0x17.34 ;; error ;; 16r17.34 ;; 7r17 ;; error ;; 4r17 ;;...

#clojure #clj #cljs [email protected] @clojure

 

Mudança de Mentalidade: Do Paradigma Orientado a Objetos para o Funcional

https://dev.to/asouza/mudanca-de-mentalidade-do-paradigma-orientado-a-objetos-para-o-funcional-4l28

Disclaimer Este texto foi inicialmente concebido pela IA Generativa em função da transcrição de uma aula do curso "Os 3 pilares para escalar sistemas distribuídos" da Jornada Dev + Eficiente. Se preferir acompanhar por vídeo, é só dar o...

#clojure #clj #cljs [email protected] @clojure

 

Building and publishing a Clojure library from scratch with Slim

https://bogoyavlensky.com/blog/build-and-publish-clojure-lib-with-slim/

Learn how to build and publish a Clojure library to Clojars using Slim, a build tool that simplifies the development and deployment process.

#clojure #clj #cljs [email protected] @clojure

 

A Clojure Jekyll adventure: Jakel materializes from the mist (a Jekyll clone)

https://www.emcken.dk/programming/2025/04/12/jakel-a-jekyll-clone/

I’m flipping through my quest log to reflect on the trials I’ve faced recently. Most improvements to the Clojure-based Jekyll clone focused on making the blog navigable. This is the fourth part of the series: “A Clojure Jekyll Adventure”. If...

#clojure #clj #cljs [email protected] @clojure

 

Collecting Events to Google Analytics using ClojureScript

https://whatacold.io/blog/2025-04-11-google-analytics-clojurescript/

When you’re building a side project, chances are you need to collect user events so that you can understand user behaviors better and eventually improve your product. So recently I made a small ClojureScript library for that, it supports web apps...

#clojure #clj #cljs [email protected] @clojure

 

Python [4] : Python Fonksiyonları; Kodunuzu Organize Etme ve Yeniden Kullanma Sanatı

https://dev.to/abdulkadir/_gungor/python-4-python-fonksiyonlari-kodunuzu-organize-etme-ve-yeniden-kullanma-sanati-104l

Modern programlamanın temel yapı taşlarından biri olan fonksiyonlar, belirli bir görevi yerine getiren, yeniden kullanılabilir kod bloklarıdır. Python’da fonksiyonlar, kodumuzu daha modüler, organize, okunabilir ve bakımı kolay hale getirmenin...

#clojure #clj #cljs [email protected] @clojure

 

Build Order - Using Clojure to determine build order

https://clojure-diary.gitlab.io/2025/04/09/build-order-using-clojure-to-determine-build-order.html

Code ;; build_order.clj (def graph {:h [] :c [:a :b] :e [:d :f] :g [:c :e]}) (defn has-no-dependency? [node graph] (empty? (get graph node []))) (defn all-build-steps [graph] (let [graph-keys (keys...

#clojure #clj #cljs [email protected] @clojure

 

Next-level backends with Rama: recommendation engine in 80 LOC

https://blog.redplanetlabs.com/2025/04/08/next-level-backends-with-rama-recommendation-engine-in-80-loc/

This is part of a series of posts exploring programming with Rama, ranging from interactive consumer apps, high-scale analytics, background processing, recommendation engines, and much more. This tutorial is self-contained, but for broader...

#clojure #clj #cljs [email protected] @clojure

 

Anti-entropic functions

https://ericnormand.substack.com/p/anti-entropic-functions

Our last Apropos was with Bobbi. Check it out. Our next episode is with David Nolen on Tuesday April 8. Please watch us live so you can ask questions.Have you seen Grokking Simplicity, my book for beginners to functional programming? Please check...

#clojure #clj #cljs [email protected] @clojure

 

Vibe coding doesn't jibe

https://cestlaz.zamansky.net/posts/vibe-coding/

The truth is, I don't use those modern AI tools much. I'm not doing much coding and when I do, I've been using Clojure or Elisp - not so mainstream so as to have all sorts of AI support. For writing? I prefer do to it myself. Anything else? Well,...

#clojure #clj #cljs [email protected] @clojure

 

Practices to scale Machine Learning operations

https://building.nubank.com.br/practices-to-scale-machine-learning-operations/

At Nubank, innovation in machine learning (ML) and data science (DS) drives our mission to build the Purple Future. Recently, we hosted the 92nd edition of our DS & ML Meetup, themed “Practices to Scale Machine Learning Operations.” This event...

#clojure #clj #cljs [email protected] @clojure

view more: ‹ prev next ›