planet

joined 2 years ago
 

Clojure Deref (Dec 20, 2024)

https://clojure.org/news/2024/12/20/deref

Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Thanks to Anton Fonarev for link aggregation. Podcasts, videos, and media Clojure Corner: Interview with Christian Johansen -...

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

 

The Admin Process

https://lambdaisland.com/blog/2024-12-19-admin-process

by Laurence ChenMy friend Karen joined an online community of product managers and took on the task of managing a mentor-mentee matchmaking system. She has years of experience as a product manager but lacks a background in software development....

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

 

Clojurists Together project - Scicloj community building - November 2024 update

https://scicloj.github.io/blog/clojurists-together-project-scicloj-community-building-november-2024-update/

The Clojurists Together organization has decided to sponsor Scicloj community building for Q3 2024, as a project by Daniel Slutsky. This is the second time the project has been selected this year. Here is Daniel’s last update for this period. This...

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

 

Day 19: Highlight'em up! 🔖

https://dev.to/valeriavg/day-19-highlightem-up-44c3

Today I'd like to share with you a nice little library that colorizes code-like output. Yup, no jokes today, very serious library: cli-highlight👔. You know the drill: install with e.g. deno add npm:cli-highlight and create a file, e.g....

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

 

Gene Kim on JUXTCast: Insights into DevOps, AI, and High-Performance Technology Organizations

https://juxt.pro/blog/gene-kim-podcast

In this episode, Jeremy Taylor and Malcolm Sparks are joined by Gene Kim to explore the evolution of technology through modularity, AI-driven programming, and the future of innovation.

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

 

Flattening Legacy C++ APIs for Rust Integration

https://juxt.pro/blog/flattening-cpp-api-rust-integration

Recipe for using an existing C++ API in Rust

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

 

How Our Favorite Programming Languages Would Celebrate Christmas

https://flexiana.com/2024/12/how-our-favorite-programming-languages-would-celebrate-christmas

Christmas is almost here! Have you thought about how programming languages, with their unique quirks and personalities, might celebrate the holiday season? We’ve imagined a Christmas party hosted by some of the most popular languages. Spoiler...

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

 

Lisp as an OO language

https://ericnormand.substack.com/p/lisp-as-an-oo-language

Apologies! Last week’s issue was misconfigured. It only went out to paid subscribers. You can still read it online.Please consider buying Grokking Simplicity for your team. It makes a great holiday gift. Nothing says “I appreciate you” than a...

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

 

Clojure Is Awesome!!! [PART 3]

https://dev.to/borba/clojure-is-awesome-part-3-4imj

(ns builder) (defn create-report "Creates an initial structure for the report." [] {:title nil :author nil :date nil :content [] :summary nil}) (defn set-title "Sets the title of the report." [report title] ...

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

 

Making LLMs Do What You Want to your Files

http://langnostic.inaimathi.ca/posts/making-llms-do-what-you-want-to-your-files

I got some feedback on trivialai from a friend and made some changes.The define method is now optionally a decoratorThis means that you can equivalently dotls.define(_some_function) [email protected]() def _some_function(some, args): ... The new...

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

 

Clojure Is Awesome!!! [PART 2]

https://dev.to/borba/clojure-is-awesome-part-2-376b

From the series 'I don't need to say anything... :) (ns singleton) (defprotocol LoggerService "Protocol defining logging operations." (log-info [this message] "Logs an informational message.") (log-error [this message] "Logs an error...

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

view more: ‹ prev next ›