2
submitted 1 day ago by [email protected] to c/[email protected]

Clojure macros continue to surprise me

https://tonsky.me/blog/clojure-macros/

Clojure macros have two modes: avoid them at all costs/do very basic stuff, or go absolutely crazy. Here’s the problem: I’m working on Humble UI’s component library, and I wanted to document it. While at it, I figured it could serve as an...

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

2
submitted 1 day ago by [email protected] to c/[email protected]

Poor man's job runner with Clojure Agents

https://www.evalapply.org/posts/poor-mans-job-runner-clojure-agents/index.html

On (mis)using Clojure's concurrency features to make an in-memory job runner, because I needed an excuse to use more than atoms for once. Definitely not Rich Hickey's "Ants" demo.

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

2
submitted 3 days ago by [email protected] to c/[email protected]

Call for Proposals. June 2024 Member Survey

https://www.clojuriststogether.org/news/call-for-proposals.-june-2024-member-survey/

Happy July! It’s that time again. Clojurists Together is pleased to announce that we are opening our Q3 2024 funding round for Clojure Open Source Projects. Applications will be accepted through the 26th of July 2024 (midnight Pacific Time). We...

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

1
submitted 3 days ago by [email protected] to c/[email protected]

Clojure Corner with Johnny Stevenson

https://flexiana.com/2024/07/clojure-corner-with-johnny-stevenson

In this episode of our Clojure Corner, we are excited to present an insightful interview with Johnny Stevenson, also known as ‪@practicalli‬ Johnny is a renowned author, mentor, broadcaster, and engineer with a deep passion for Clojure. Watch...

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

3
Infinite rest (clj.social)
submitted 6 days ago by [email protected] to c/[email protected]

Infinite rest

https://blog.ambrosebs.com/2024/07/09/infinite-rest.html

Some functions types in Clojure seamlessly handle infinite arguments, while others misuse them and freeze our programs. Clojure 1.11.1 user=> (apply (fn [& args]) (range)) nil user=> (apply (fn []) (range)) ^C ;; loops forever Let’s level the...

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

1
submitted 1 week ago by [email protected] to c/[email protected]

Soundcljoud, or a young man's Soundcloud clonejure

https://jmglov.net/blog/2024-07-09-soundcljoud.html

😱 Warning!This blog post is ostensibly about Clojure (of the Babashka variety), but not long after starting to write it, I found myself some 3100 words into some rambling exposition about the history of audio technology and how it intersected with...

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

1
submitted 1 week ago by [email protected] to c/[email protected]

Stay ahead in web development: latest news, tools, and insights #40

https://dev.to/urbanisierung/stay-ahead-in-web-development-latest-news-tools-and-insights-40-1bpk

weeklyfoo #40 is here: your weekly digest of all webdev news you need to know! This time you'll find 47 valuable links in 8 categories! Enjoy! 🚀 Read it! Numbers To Know For Managing (Software Teams): This is a collection of very...

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

1
submitted 1 week ago by [email protected] to c/[email protected]

PG2 release 0.1.15

https://grishaev.me/en/pg-version-1.15/

PG2 version 0.1.15 is out. This version mostly ships improvements to connection pool and folders (reducers) of a database result. There are two new sections in the documentation that describe each part. I reproduce them below. Connection...

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

2
submitted 1 week ago by [email protected] to c/[email protected]

The Complete Lineup + Late Bird Cliff

https://gaiwan.co/blog/heart-of-clojure-the-complete-lineup/

We&aposve kept you all in suspense for long enough. Today we&aposre announcing the final Heart of Clojure speakers, and with that the full programme is now available.With that the time has also come to make the decision, do you want to be at the...

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

4
submitted 1 week ago by [email protected] to c/[email protected]

Getting Started in Clojure Meta-Guide

https://robjohnson.dev/posts/clojure-meta-guide/

There are plenty of good guides for Clojure out there but they vary in learning styles and topics covered. Here I’m going to take you through the various guides you could use to make sure you’re not missing any gaps.

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

3
submitted 1 week ago by [email protected] to c/[email protected]

Implement an Interpreter using Clojure Instaparse

https://www.wedesoft.de/software/2024/07/05/clojure-instaparse/

This is a small example on how to implement an interpreter using Clojure and the Instaparse library. Dependencies First we create a deps.edn file to get Rich Hickey’s Clojure, Mark Engelberg’s Instaparse, the Midje test suite by Brian Marick, and...

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

1
submitted 1 week ago by [email protected] to c/[email protected]

More Speaker Announcements: AI, XTDB, and the Foundations of LISP

https://gaiwan.co/blog/more-speaker-announcements-ai-xtdb-and-the-foundations-of-lisp/

Today we&aposre announcing our third cohort of speakers and workshop hosts for Heart of Clojure, after we announced the first five on Friday, and the second five on MondayAnna ColomIn the tech industry we&aposre no strangers to hype cycles, but the...

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

view more: next ›

planet

joined 2 years ago