201
0
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

Calling AWS Lambda over HTTP

https://juxt.pro/blog/http-and-lambda

Learning too much about calling a Lambda over HTTP

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

202
2
submitted 3 months ago by yogthos@lemmy.ml to c/clojure@lemmy.ml
203
4
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

When a Plan Comes Together

https://gaiwan.co/blog/when-a-plan-comes-together/

Organizing a conference is a giant four-dimensional puzzle. Things are constantly evolving as we figure out the venues, speakers, hotel, lunch, and all the little details. With less than two months to go we&aposre at the point though where the...

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

204
1
submitted 3 months ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (July 27, 2024)

https://clojure.org/news/2024/07/27/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 and videos IN/Clojure 2024 - IN/Clojure Why Clojure? Martin Varela, from...

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

205
1
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

6 months, 1 line of code

https://blog.hughpowell.net/6-months-1-line-of-code.html

That was a ... journeySo it's been somewhat longer than I'd hoped. After the first blog post in this series I started on the second item in the checklist, "Automate the build". And that's where I got suited up and blasted off as a fully fledged...

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

206
1
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

Speed obsession in the game industry

https://dev.to/taqmuraz/speed-obsession-in-the-game-industry-1p4i

When do we really need speed C++ became a standard language for games and graphics software a long time ago. And, there was actual reason -- work with real-time graphics and physics requires high performance. Processing geometry, managing...

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

207
1
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

Podcast: Why Clojure with Martin Varela

https://tonitalksdev.com/podcast-why-clojure-with-martin-varela

Starting a podcast has been on my to-do list for a while, and I'm happy to announce that I've finally taken the first steps. My friend and colleague from Metosin, Martin Varela, was happy to jump in front of the camera to capture the following...

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

208
1
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

JUXT Cast: 50 Years of SQL, 15 Years of jOOQ — with Lukas Eder

https://juxt.pro/blog/15-years-of-jooq-with-lukas-eder

A discussion with Lukas Eder on the enduring nature of SQL, its ecosystem, and his role within it

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

209
-1
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml
210
2
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

Top-Down Imperative Clojure Architectures

https://thomascothran.tech/2024/07/top-down-imperative-clojure-architectures/

When I first became interested in functional programming, a more experienced engineer told me: “you know functional programming doesn’t really amount to much more than procedural programming.” As I insisted on the benefits of map, filter and...

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

211
2
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

May & June 2024 Long-Term Project Updates

https://www.clojuriststogether.org/news/may-june-2024-long-term-project-updates/

A huge thank you to our 2024 long-term developers for their amazing work in May and June. Check out their latest project updates! Bozhidar Batsov: CIDER Michiel Borkent: squint, babashka, neil, cherry, clj-kondo, and more Toby Crawley:...

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

212
3
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

What’s the point? BigDecimal in review

https://dmiller.github.io/clojure-clr-next/general/2024/07/21/whats-the-point.html

More to the point: Where’s the point? Recently I had to dig into the BigDecimal implementation to fix a reported bug. Every time I have to look at the BigDecimal code, it is a journey of rediscovery. I’m going to write down a few things to save...

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

213
3
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

June & July 2024 Short-Term Project Updates

https://www.clojuriststogether.org/news/june-july-2024-short-term-project-updates/

We’ve got several updates to share from our Q2 2024 project developers. Check out the latest in their June and July Reports following the project list below. clj-merge tool: Kurt Harriger This project focuses on developing a git diff and merge tool...

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

214
2
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

Soundcljoud gets more cloudy

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

Last time on "Soundcljoud, or a young man's Soundcloud clonejure", I promised to clone Soundcloud, but then got bogged down in telling the story of my life and never got around to the actual cloning part. 😬To be fair to myself, I did do a bunch...

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

215
2
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

Data Manipulation in Clojure Compared to R and Python

https://codewithkira.com/2024-07-18-tablecloth-dplyr-pandas-polars.html

I spend a lot of time developing and teaching people about Clojure's open source tools for working with data. Almost everybody who wants to use Clojure for this kind of work is coming from another language ecosystem, usually R or Python. Together...

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

216
6
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

Clojure AntiPatterns: the with-retry macro

https://grishaev.me/en/clojure-with-retry/

Most of clojurians write good things about Clojure only. I decided to start sharing techniques and patterns that I consider bad practices. We still have plenty of them in Clojure projects, unfortunately. My first candidate is widely used, casual...

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

217
3
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

AI: Unintended Consequences

https://juxt.pro/blog/XT24-fran-bennett

Watch Francine Bennett's talk at XT24 Fintech Conference

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

218
1
Go Julia! (clj.social)
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

Go Julia!

https://yamlscript.org/posts/jul-17-2024/

Last week two new language bindings were added to the YAMLScript family: Go and Julia. Go The Go binding has been a long time coming. Several people have been working on it this year but it was Andrew Pam who finally got it over the finish line. Go...

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

219
2
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

Clojure Deref (July 17, 2024)

https://clojure.org/news/2024/07/17/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 and videos Clojure visual-tools meeting 25 - keg-party & HTMX - Sci...

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

220
2
submitted 4 months ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (July 17, 2024)

https://clojure.org/news/2024/07/17/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 and videos Clojure visual-tools meeting 25 - keg-party & HTMX - Sci...

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

221
-1
submitted 4 months ago by yogthos@lemmy.ml to c/clojure@lemmy.ml
222
2
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

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 !clojure@lemmy.ml @clojure

223
2
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

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 !clojure@lemmy.ml @clojure

224
2
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

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 !clojure@lemmy.ml @clojure

225
1
submitted 4 months ago by planet@clj.social to c/clojure@lemmy.ml

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 !clojure@lemmy.ml @clojure

view more: ‹ prev next ›

Clojure programming language discussion

451 readers
2 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 4 years ago
MODERATORS