planet

joined 2 years ago
 

Breakout Game in ClojureDart

https://buttondown.com/tensegritics-curiosities/archive/game-tutorial-in-clojuredart/

This issue is about following the Flame’s Brick Breaker tutorial in ClojureDart. This was prompted by Ian Chow (who just released a CLJD app onto the stores) mentioning, en passant, he struggled to port this tutorial. We couldn’t let this slip, so...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 

Holy Dev Newsletter September 2024

https://blog.jakubholy.net/2024/09-newsletter/

Welcome to the Holy Dev newsletter, which brings you gems I found on the web, updates from my blog, and a few scattered thoughts. You can get the next one into your mailbox if you subscribe.What is happeningI have been to Heart of Clojure in...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 

Functional Programming Languages

https://ericnormand.me/functional-programming-languages

A list of the functional programming languages you can build a career on and use at work.

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 

Backwards Game of Life

http://pepijndevos.nl/2024/10/01/backwards-game-of-life.html

I got a litlte bit nerd sniped by the following video and decided to implement game of life in clojure.core.logic, because any logic program can be evaluated forwards and backwards. Without further ado here is my implementation: (ns...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 

Migrating terabytes of data instantly (can your ALTER TABLE do this?)

https://blog.redplanetlabs.com/2024/09/30/migrating-terabytes-of-data-instantly-can-your-alter-table-do-this/

Every seasoned developer has been there: whether it’s an urgent requirement change from your business leader or a faulty assumption revealing itself after a production deployment, your data needs to change, and fast. Maybe a newly-passed tariff...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 

Messages from our Sponsors (including jobs 🏢👨‍💻👩🏽‍💼💻)

https://gaiwan.co/blog/messages-from-our-sponsors-including-job-openings-2/

Hope everyone had a wonderful time at Heart of Clojure last week! After the pandemic shutdowns, it&aposs been so hard to find communities meeting in person, so I&aposm proud that we made Heart of Clojure happen for 250+ Clojure and functional...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 

Generating multiplication tables with Clojure

https://clojure-diary.gitlab.io/2024/09/29/generating-multiplication-tables-with-clojure.html

Code (defn single-line [number multiplicant] (str number " X " multiplicant " = " (* number multiplicant))) ;; (def num 5) ;; (println ;; (clojure.string/join "\n" ;; (map single-line (repeat 10 5) (range 1...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 

Heart of Clojure - An Indeterminate Consequential Conference

https://gaiwan.co/blog/heart-of-clojure-an-indeterminate-consequential-conference/

After coming back to Taiwan, a LinkedIn post written by a Clojurian who attended Heart of Clojure soon caught my eye.Perhaps it&aposs time for some small, new, and incredibly neat and performant Clojure-based consultancy to be born, hmm?It sounds...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 
 

Behavioral Programming in Clojure

https://thomascothran.tech/2024/09/in-clojure/

Behavioral Programming is a relatively new programming paradigm that excels at isolating and composing behaviors in event driven system. It is unrelated to behavior driven development. Behavioral programming was invented by David Harel, who also...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

 

Visualizing TVTropes - Part 2: Neo4j optimizations

http://numergent.com/2015-04/Visualizing-TVTropes-Part-2-Neo4j-optimizations.html

Welcome. You may want to first catch up on Part 1 of this little experiment.All done? OK then.The whittlingSo we have 220k nodes and 16MM relationships. Querying through them is less than speedy, even after we’ve ensured we’re using Neo4j’s...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

view more: next ›