451
1
submitted 7 months ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (Mar 22, 2024)

https://clojure.org/news/2024/03/22/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 Bringing Real-Time AI to Phone Calls using core.async (by Ovi Stoica)...

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

452
2
submitted 8 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
453
1
submitted 8 months ago by planet@clj.social to c/clojure@lemmy.ml

Getting an RSS feed from any website

https://medium.com/@_jba/getting-an-rss-feed-from-any-website-cc848df774d4?source=rss-7e0f99a80dd9------2

© Rob McDonaldRSS is a trendy topic among tech circles, it’s coming back from time to time without a breakthrough but still, it’s a technology used. Unfortunately, a lot of websites don’t offer RSS feeds anymore.Big web players like Facebook,...

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

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

JUXT Cast: Sane Query Languages — with Prof. Viktor Leis

https://juxt.pro/blog/sane-query-languages-podcast

A discussion with Prof. Viktor Leis on the legacy of SQL and the future of databases.

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

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

What’s the personality behind Clojure?

https://flexiana.com/2024/03/whats-the-personality-behind-clojure

The post What’s the personality behind Clojure? appeared first on Flexiana.

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

456
2
Catwalk and Expo (clj.social)
submitted 8 months ago by planet@clj.social to c/clojure@lemmy.ml

Catwalk and Expo

http://langnostic.inaimathi.ca/posts/catwalk-and-expo

Ok, so I've been doing more intermittent work on catwalk. There's a bunch of other stuff happening in life, so the project isn't going exactly as well as I wanted, but I'm making progress.Basic Server ProgressAs of this writing, the latest updates...

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

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

What is software design?

https://ericnormand.substack.com/p/what-is-software-design

A meandering path to a definition I can live with.

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

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

What problem are you solving?

https://ericnormand.substack.com/p/what-problem-are-you-solving

How to make progress without making a mess.

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

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

PG2 release 0.1.6: rich JSON capabilities

https://grishaev.me/en/pg-json

PG2 version 0.1.6 is out, and it ships various improvements to JSON(b) handling. Table of Content Basic usage Json Wrapper Custom Object Mapper Utility pg.json namespace Reading JSON Writing JSON Ring...

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

460
-2
Semantic Image Search with Clojure (phronmophobic.github.io)
submitted 8 months ago by yogthos@lemmy.ml to c/clojure@lemmy.ml
461
2
submitted 8 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
462
1
submitted 8 months ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (Mar 15, 2024)

https://clojure.org/news/2024/03/15/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 Brimm: graph backend with a Notion-inspired UI (by Filip Juruković) -...

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

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

PG2 release 0.1.5: Migrations

https://grishaev.me/en/pg-migration

PG2 version 0.1.5 ships its own migration engine through the pg2-migration package. Like Migratus or Ragtime, it allows to grow the database schema continuously, track changes and apply them with care. Table of Content Installation ...

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

464
1
Debug your ideas (clj.social)
submitted 8 months ago by planet@clj.social to c/clojure@lemmy.ml
465
1
submitted 8 months ago by planet@clj.social to c/clojure@lemmy.ml

Clojure Data Structures Tutorial

https://ericnormand.me/guide/clojure-collections

Clojure's collections are central to Clojure programming. While in most languages, you might find collections somewhere in the standard library, in Clojure, they are front and center.

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

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

Ways to improve one-to-ones for technical people-managers

https://juxt.pro/blog/technical-121s

Actionable ideas for you and your team to get more from your regular one-to-ones

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

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

Better Sieve - Finding first n unique characters in Clojure

https://clojure-diary.gitlab.io/2024/03/12/better-sieve-finding-first-n-unique-characters-in-clojure.html

Code ;; better_sieve.clj (def string "rgaraga4agjrj4rikllmrfmghjqwwrwengek") (defn sieve [length coll] (->> coll (partition length 1) (some #(when (apply distinct? %) (apply str %))))) (sieve 4 string) Notes ...

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

468
3
submitted 8 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
469
2
submitted 8 months ago by planet@clj.social to c/clojure@lemmy.ml

January & February 2024 Long-Term Project Updates

https://www.clojuriststogether.org/news/january-february-2024-long-term-project-updates/

We’re excited to post the first reports of the year from our 2024 long-term developers. There is a lot of great work to catch-up on, so dive in! Bozhidar Batsov: CIDER, Clojure-mode, clojure ts-mode Michiel Borkent: clj-kondo, babashka, SCI,...

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

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

With YAMLScript, YAML Becomes a Proper Programming Language

https://thenewstack.io/with-yamlscript-yaml-becomes-a-proper-programming-language/

Does YAML data need to be programmed? Many think so, including one of the creators of YAML itself. Ingy döt Net, has started a project to bringing scripting capabilities to the data serialization language, in a project called YAMLScript. Ingy döt...

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

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

The Design of Biff

https://biffweb.com/p/the-design-of-biff/

I gave a presentation for the London Clojurians meetup this week. It starts out with a standard "what is Biff" overview, then in the second half I discuss my thought process/motivations for a few of Biff's features.

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

472
5
submitted 8 months ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (Mar 8, 2024)

https://clojure.org/news/2024/03/08/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. From the core Last week CVE-2024-22871 detailed in GHSA-vr64-r9qj-h27f was filed. I’ve added...

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

473
2
Clojure 1.11.2 (clj.social)
submitted 8 months ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure 1.11.2

https://clojure.org/news/2024/03/08/clojure-1-11-2

Clojure 1.11.2 and 1.12.0-alpha9 are now available. These releases include a fix for CVE CVE-2024-22871 detailed in GHSA-vr64-r9qj-h27f: CLJ-2839 - iterate, cycle, repeat - infinite seqs have infinite hashCode()

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

474
2
Clojure 1.11.2 (clj.social)
submitted 8 months ago by planet@clj.social to c/clojure@lemmy.ml

Clojure 1.11.2

https://clojure.org/news/2024/03/08/clojure-1-11-2

Clojure 1.11.2 and 1.12.0-alpha9 are now available. These releases include a fix for CVE CVE-2024-22871 detailed in GHSA-vr64-r9qj-h27f: CLJ-2839 - iterate, cycle, repeat - infinite seqs have infinite hashCode()

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

475
-1
submitted 8 months ago by yogthos@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