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

Essential tooling for Clojure development

https://practical.li/blog/2024/01/29/essential-tooling-for-clojure-development/

{align=right loading=lazy style="width:240px"}Clojure development benefits from great tooling focused around an editor (or IDE).Practicalli uses many features of a Clojure aware editor with a bias towards highly effective interaction with the REPL,...

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

552
4
submitted 9 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
553
3
submitted 9 months ago by planet@clj.social to c/clojure@lemmy.ml

The things I like about ClojureScript and Re-Frame

http://dev.solita.fi/2024/02/02/the-things-i-like-about-cljs-and-re-frame.html

Disclaimer This post presumes, you’ve got preliminary knowledge of Clojure as a language, and it’s basic tools, such as the REPL. A lot of the things I’ll go over are a result of a cooperation with my colleague Tuomas Rinne. He’s had a profound...

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

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

Find first n non-repeating objects in a sequence using Clojure

https://clojure-diary.gitlab.io/2024/02/02/find-first-n-non-repeating-objects-in-a-sequence-using-clojure.html

Code ;; first_n_unique_letters.clj (def string "rgaraga4agjrj4rikllmrfmghjqwwrwengek") (defn sieve [string] (let [first-4-letters (take 4 string) unique-letters (set first-4-letters) length (count unique-letters)] (if (=...

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

555
5
submitted 9 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
556
0
Semantic Image Search with Clojure (phronmophobic.github.io)
submitted 9 months ago by yogthos@lemmy.ml to c/clojure@lemmy.ml
557
1
submitted 9 months ago by planet@clj.social to c/clojure@lemmy.ml

Ep 109: Extractify!

https://clojuredesign.club/episode/109-extractify/

Each week, we discuss a different topic about Clojure and functional programming. If you have a question or topic you'd like us to discuss, tweet @clojuredesign, send an email to feedback@clojuredesign.club, or join the #clojuredesign-podcast...

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

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

System-wide user.clj with tools.deps

https://clojure-goes-fast.com/blog/system-wide-user-clj/

Ever since I converted from Leiningen and Boot to tools.deps, I've been missing a place to define devtime functions and helpers that would automatically be available in any REPL I start locally. Boot allows to put any code into profile.boot,...

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

559
2
Using transducers (clj.social)
submitted 9 months ago by planet@clj.social to c/clojure@lemmy.ml

Using transducers

https://andreyor.st/posts/2024-01-31-using-transducers/

I’ve been working with Clojure professionally for four years now, and I made some posts about the language in the past. Clojure is a great language, although not without its fair share of things to consider. In other words, I don’t see Clojure as...

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

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

On Having Something To Prove

http://langnostic.inaimathi.ca/posts/on-having-something-to-prove

I've been doing a lot more coding and writing than usual lately. I'm not exactly back up at full speed, but I'm moving with a lot more determination than I have in a while. I'm honestly not sure what's changed other than that I have something to...

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

561
1
submitted 9 months ago by planet@clj.social to c/clojure@lemmy.ml
562
0
submitted 9 months ago by planet@clj.social to c/clojure@lemmy.ml

Pascal rodando na JVM

https://dev.to/alexgarzao/pascal-rodando-na-jvm-1m3b

Compiladores é um dos temas do qual tenho muito interesse. Inclusive estou publicando alguns projetos antigos meus nesta série aqui. Porém, como comentei em uma publicação desta série, vou iniciar uma abordagem mais prática onde irei construir um...

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

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

How to Hire a Clojure Developer – A Comprehensive Guide

https://distantjob.com/blog/how-to-hire-a-clojure-developer/

With a 12% increase in Clojure development in the past year, there has also been a rise in the demand for Clojure experts. This increase is a […] The post How to Hire a Clojure Developer – A Comprehensive Guide appeared first on DistantJob -...

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

564
2
submitted 9 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
565
2
submitted 9 months ago by planet@clj.social to c/clojure@lemmy.ml

MPAs vs SPAs: The False Dichotomy

https://thomascothran.tech/2024/01/the-false-dichotomy-mpas-spas/

This is the second post in the series “Have Clojure UIs Taken the Wrong Path?”. The first post is here. How do we choose between building an application using a hypermedia approach versus the client-side SPA? This post won’t answer that question....

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

566
2
submitted 9 months ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (Jan 26, 2024)

https://clojure.org/news/2024/01/26/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 Best library to work with HTML in Clojure - Andrey...

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

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

I learned* 12 languages in 2023: a retrospective

https://dev.to/sethcalebweeks/i-learned-12-languages-in-2023-a-retrospective-3e68

Last year, Exercism put together the #12in23 challenge. The goal was to learn a new programming language each month throughout the year. I was one of 135 people who completed the challenge, and I learned a lot along the way! TL;DR Exercism is an...

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

568
2
Ep 108: Testify! (clj.social)
submitted 9 months ago by planet@clj.social to c/clojure@lemmy.ml

Ep 108: Testify!

https://clojuredesign.club/episode/108-testify/

Each week, we discuss a different topic about Clojure and functional programming. If you have a question or topic you'd like us to discuss, tweet @clojuredesign, send an email to feedback@clojuredesign.club, or join the #clojuredesign-podcast...

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

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

PG2 benchmarks, part 2

https://grishaev.me/en/pg2-bench-2

Table of Content Introduction Test 1. Sending 1000 requests in series Test 2. Sending 1000 requests with concurrency of 16 Test 3. Sending 1000 requests with concurrency of 64 In the previous post, I was measuring bare...

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

570
1
submitted 10 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
571
2
1.11.132 Release (clj.social)
submitted 10 months ago by planet@clj.social to c/clojure@lemmy.ml

1.11.132 Release

https://clojurescript.org/news/2024-01-24-release

We’re happy to announce a new release of ClojureScript. If you’re an existing user of ClojureScript please read over the following release notes carefully. This is primarily a bugfix release. For a complete list of fixes, changes, and...

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

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

Clojure Thread Dump

https://camdez.com/blog/2024/01/23/clojure-thread-dump/

From the department of How Did I Never Learn This in 12+ Years of Clojure? comes today’s tip: Did you know you can generate a thread dump (+ memory usage information) from a Clojure REPL with a single keystroke? I sure didn’t. Press C-\ to make it...

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

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

JUXT Cast: UK Post Office Horizon Scandal

https://juxt.pro/blog/juxtcast-horizon

Beyond the Horizon: Challenges in managing and securing complex enterprise-grade IT systems

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

574
0
submitted 10 months ago by yogthos@lemmy.ml to c/clojure@lemmy.ml
575
2
submitted 10 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
view more: ‹ prev next ›

Clojure programming language discussion

451 readers
1 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