Clojure Planet · @planet
317 followers · 742 posts · Server clj.social

Kotlin Discovered: Pattern Matching

blog.jdriven.com/2023/09/Kotli

You never touched Groovy, nor did you jump on the Scala train. Clojure never attracted you; and you heard about Ceylon long after the language had already died. You are one of those old-fashioned Java folks! But now, after all those years, you want...

#kotlin #clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
317 followers · 741 posts · Server clj.social

Your Definitive Handbook For Calling a Function in Python

hackernoon.com/your-definitive

\ Python is one of my favorite programming languages. It’s simple and versatile. There’s a reason it’s so popular. It’s fun to use, and you can get a lot of work done without writing a ton of code. \ “I’ll just write a quick Python script for...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
317 followers · 741 posts · Server clj.social

All about the volatility lens

ericnormand.me/podcast/volatil

In this episode, I introduce the volatility lens, which seeks to help us write code that deals with a changing world.

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
317 followers · 737 posts · Server clj.social

Replacing React With Preact in ClojureScript

mccormick.cx/news/tags/entries

Today I put together a small test repo to check how much space is saved when replacing React with Preact in a ClojureScript project. I used npm init shadowfront prtest to get a basic project up and running. This creates a simple one page Reagent...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
317 followers · 736 posts · Server clj.social

Migrating from LSP-Mode to Eglot

andreyor.st/posts/2023-09-09-m

Recently, I decided to try the now inbuilt LSP client called Eglot. I’ve been using the lsp-mode package for some years and while I don’t have any problems with it, I decided to try the in-house solution. Though, I already tried Eglot in the past,...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
317 followers · 736 posts · Server clj.social

Clojure Support in Emacs: One Unnecessary Drama

metaredux.com/posts/2023/09/09

Over the past couple of weeks I was once again reminded why I’ve stopped following the infamous emacs-devel mailing list a long time ago. A trivial request to include clojure-ts-mode in Emacs’s NonGNU ELPA package repository1, turned into a...

#clojure #clj #cljs

Last updated 1 year ago

Clojure · @clojure
290 followers · 713 posts · Server clj.social

Clojure Deref (Sept 8, 2023)

clojure.org/news/2023/09/08/de

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. From the core Our singular goal at the moment is moving towards a Clojure 1.12 beta that...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
317 followers · 732 posts · Server clj.social

Clojure Deref (Sept 8, 2023)

clojure.org/news/2023/09/08/de

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. From the core Our singular goal at the moment is moving towards a Clojure 1.12 beta that...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
317 followers · 731 posts · Server clj.social

Clojure set with custom equality semantics

mikkokoski.com/blog/set-custom

Sets are collections of unique values.To be able to eliminate the multiplicates, the set needs to know when two values are equal.Sets use the standard Clojure equality semantics, meaning that if two values are =, then it removes the...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
317 followers · 730 posts · Server clj.social

Summer Biff updates

biffweb.com/p/summer-updates/

Clojurists Together funding Biff was selected for another grant from Clojurists Together! Thanks to everyone who donates to them. This time I’ll be working to write up a bunch of the stuff that I have listed under the Roadmap section of Biff’s...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 729 posts · Server clj.social

Emerging from dotemacs bankruptcy the hard way: integrating the IDE (feat. Clojure(Script))

evalapply.org/posts/emerging-f

The one in which we design a rich Integrated Development Environment (IDE) experience, using Clojure as our muse. Featuring Language Server Protocol (lsp-mode + clojure-lsp), clojure-mode, cider, and more! Buckle up and get a coffee.

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 728 posts · Server clj.social

PG docs, part 3

grishaev.me/en/pg-docs/03/

(This is a new documentation chapter from the PG project.) ToC About & Installation The Client Connection Pool Connection Pool Basic usage With-pool & with-open Config Thread safety Pool Exhausting Exception handling ...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 728 posts · Server clj.social

ABEND dump #6

dev.to/bitmaybewise/abend-dump

Hi there 👋 The ABEND dump is the issue where I share the most interesting content I’ve been reading, listening to, and watching lately. Want to check the previous issue? Read it here: ABEND dump #5 Have you played Terraria? What if...

#clojure #clj #cljs

Last updated 1 year ago

Clojure · @clojure
289 followers · 712 posts · Server clj.social

Clojure Deref (Sept 1, 2023)

clojure.org/news/2023/09/01/de

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 and videos This will cover 95% of all your needs - Clojure concurrency pragmatic...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 728 posts · Server clj.social

Kotlin Discovered: Variance

blog.jdriven.com/2023/09/Kotli

You never touched Groovy, nor did you jump on the Scala train. Clojure never attracted you; and you heard about Ceylon long after the language had already died. You are one of those old-fashioned Java folks! But now, after all those years, you want...

#kotlin #clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 728 posts · Server clj.social

Newsletter 42 – 08/2023

otavio.dev/?p=2117

Featured What a good debugger can do – Good languages and programming environments, have good debuggers. Good debuggers can make engineers happy, and code better software. Go: Using pointers to reduce copies is premature optimization – To use...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 728 posts · Server clj.social

Clojure bites - Profiling with Tufte

fpsd.codes/blog/clojure-bites-

Overview If we have a system in production it is quite common to want to understand how many resources it is using as a whole and for each of its components; this information can be used to plan how much hardware we have to provision or to optimize...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 728 posts · Server clj.social

Enhancing development with REPLs - A practical guide

dev.to/cherryramatis/enhancing

Have you ever encountered a problem and immediately had the solution pop into your mind without the need for debugging? If not, you're not alone. In this article, I'll introduce a method to provide real-time feedback on the functions you create as...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 728 posts · Server clj.social

66 Stories To Learn About Technical Debt

hackernoon.com/66-stories-to-l

Let's learn about Technical Debt via these 66 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology. 1. Badly Designed Authorization Is Technical...

#clojure #clj #cljs

Last updated 1 year ago

Clojure Planet · @planet
316 followers · 728 posts · Server clj.social

August 2023 Short Term Project Updates

clojuriststogether.org/news/au

Check out the latest from the shorter term projects we funded in Q1 and Q2 2023 and Q3 2022. We’ve got updates from Christian Johansen, Daniel Higginbotham, Danius Jocas, Dragan Duric, Jeaye Wilkerson, José Luis Lafuente Esquembre, Kira McLean, and...

#clojure #clj #cljs

Last updated 1 year ago