planet

joined 2 years ago
 

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

 

Clojure is Awesome!!!

https://dev.to/borba/clojure-is-awesome-5f6k

Nothing to say, just... Clojure Is Awesome! (ns factory (:require [clojure.string :as str])) (defprotocol DeliveryService "Interface for delivery services." (calculate-cost [this distance] "Calculates the delivery cost based on the...

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

 

Stop Wasting Time: Programming Tips You Wish You Knew Sooner

https://dev.to/0x3d/_site/stop-wasting-time-programming-tips-you-wish-you-knew-sooner-5ao8

Are you a programmer looking to up your game? Maybe you’ve been grappling with stubborn bugs, dealing with memory leaks, or trying to make sense of concurrency. Whatever challenges you’re facing on your coding journey, 0x3d.site is here to be your...

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

 

Gatheround Got Acquired

https://www.martinklepsch.org/posts/gatheround-got-acquired.html

Gatheround Got AcquiredWhen I joined Gatheround I had a clear vision that for my next job I wanted to be part of a team again. To share the ups and downs, work more closely with product and design folks and to learn more about building software...

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

 

All I want from JSON is whitespace commas

https://vlaaad.github.io/all-i-want-from-json

Recently there was an uptick in discussions about JSON format, e.g. about comments and JSON alternatives. My thoughts on the matter are not very original, but this won’t prevent me from sharing them anyway. What I want from JSON Basically, the...

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

 

Clojure Deref (Dec 12, 2024)

https://clojure.org/news/2024/12/12/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 Episode 2: We choose the best tool for the job, with Adam...

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

 

Tricking the JVM JIT into speed

https://blog.valerauko.net/2024/12/12/tricking-the-jvm-jit-into-speed/

On the Clojurians Slack, PEZ brought some delicious Fibonacci performance tuning from the “languages” repo. While I don’t think that benchmark is as useful as mesmerizing the moving circles are in the animated graphs, I had a few very confusing and...

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

 

Say my name. … Heisenbug.

https://dmiller.github.io/clojure-clr-next/general/2024/12/10/say-my-name.html

Oft cited, rarely sighted, now sited … here. Now you see it … I recently upgraded ClojureCLR to run on .NET 9 (in addition to .NET 6, .NET 8, and .NET Framework 4.x). The work required should have been as simple as going into Clojure.csproj and...

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

view more: ‹ prev next ›