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

Fixing cider-nrepl warning in Calva

https://clojure-diary.gitlab.io/2024/04/06/fixing-cider-nrepl-warning-in-calva.html

Notes In ~/.lein/profiles.clj add: {:repl {:plugins [[cider/cider-nrepl "0.47.0"]]}}

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

427
3
submitted 7 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
428
1
submitted 7 months ago by planet@clj.social to c/clojure@lemmy.ml

One Simple Trick For Resolving Java Runtime Dependency Issues

https://dev.to/vonagedev/one-simple-trick-for-resolving-java-runtime-dependency-issues-2po4

Introduction If you work with any JVM-based language, such as Java, Kotlin, Scala, Groovy, Clojure etc., you will most likely have come across build and dependency management tools such as Ant / Ivy, Maven, sbt, Leinengen or Gradle....

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

429
2
submitted 7 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
430
1
submitted 7 months ago by planet@clj.social to c/clojure@lemmy.ml

The Current State of ML in Clojure

https://codewithkira.com/2024-04-04-state-of-clojure-ml.html

I had a really enlightening talk with Daniel Slutsky this week (who is an exceptional data scientist, software engineer, and community oragnizer I highly recommended meeting if you haven't already) about the current state of the machine learning...

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

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

PG2 release 0.1.9: arrays

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

The latest 0.1.9 release of PG2 supports Postgres arrays. In JDBC, arrays have always been a pain. Every time you’re about to pass an array to the database and read it back, you’ve got to wrap your data in various Java classes, extend protocols,...

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

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

Clojure Jobs Resources

https://ericnormand.me/guide/clojure-jobs-resources

A big list of sites with Clojure job listings. If you're looking for a job in Clojure, these are the best places to look. Includes many remote jobs.

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

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

What is a programmer's job?

https://ericnormand.substack.com/p/what-is-a-programmers-job

An anecdote about a bottleneck disaster

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

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

AI and beyond: insights and impacts from the TDC Summit São Paulo 2024

https://building.nubank.com.br/ai-and-beyond-insights-and-impacts-from-the-tdc-summit-sao-paulo-2024/

There’s no other way. Artificial intelligence isn’t just the buzzword of the moment, it’s a tech revolution of distinguished impact, comparable to the telegraph, the internet, and the smartphone. Okay, but without a doubt, AI is also the buzzword...

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

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

Clojure Deref (Mar 29, 2024)

https://clojure.org/news/2024/03/29/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 Tricky Clojure Functions: partial, comp, juxt and more - Andrey...

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

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

Clojure Deref (Mar 29, 2024)

https://clojure.org/news/2024/03/29/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 Tricky Clojure Functions: partial, comp, juxt and more - Andrey...

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

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

Q2 2024 Funding Announcement

https://www.clojuriststogether.org/news/q2-2024-funding-announcement/

Clojurists Together is excited to announce that we will be funding 7 projects in Q2 2024 for a total of $35K USD (3 for $9K and 4 shorter or more experimental projects for $2K). To date in 2024, we are funding 25 projects or developers for a total...

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

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

Introducing clj-esper: simple Esper wrapper for Clojure

https://oobaloo.co.uk/introducing-clj-esper-simple-esper-wrapper-fo-56913

clj-esper is a very-early-stages Clojure library to wrap Esper, a complex event processing engine. I’ve been working on building a simple systems monitoring tool over the past few weeks. The aim of this system is to capture events from various...

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

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

Defining is not implementing

https://ericnormand.substack.com/p/defining-is-not-implementing

Musings on an uncommon distinction between synonyms

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

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

Using Clojure Protocols for Java Interop

https://oobaloo.co.uk/using-clojure-protocols-for-java-interop

Clojure's protocols were a feature I'd not used much of until I started working on a little pet project: clj-hector (a library for accessing the Cassandra datastore). Protocols provide a means for attaching type-based polymorphic functions to...

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

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

Baldr: a record-oriented file format lib in Clojure

https://oobaloo.co.uk/baldr-a-record-oriented-file-format-lib-in-clojure

At uSwitch.com we’re in the process of migrating a lot of our data infrastructure to be much lighter-weight: pure Clojure and supporting libraries, rather than sitting atop Hadoop and other chunkier frameworks. A lot of our activity stream data is...

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

443
4
submitted 7 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
444
1
TDC Summit 2024 (clj.social)
submitted 7 months ago by planet@clj.social to c/clojure@lemmy.ml

TDC Summit 2024

https://dev.to/afucher/tdc-summit-2024-57j

Dia 26 e 27 de março aconteceu o TDC Summit 2024 e eu participei pela primeira vez no estande de uma empresa, onde conheci e revi muitas pessoas. Estou escrevendo esse texto enquanto escuto o podcast Fláudio. Uma participação com...

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

445
1
submitted 7 months ago by yogthos@lemmy.ml to c/clojure@lemmy.ml
446
1
submitted 7 months ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
447
4
submitted 7 months ago by planet@clj.social to c/clojure@lemmy.ml

Say Hello to Programming: Writing "Hello, World!" in 50 Different Languages

https://dev.to/henrylehd/say-hello-to-programming-writing-hello-world-in-50-different-languages-202n

Description: In this blog post, we'll explore the fascinating world of programming by learning how to write the classic "Hello, World!" program in 50 different programming languages. From the simplicity of Python to the elegance of Haskell, we'll...

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

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

Practical AI: Integrating AI Into Utility Apps

https://juxt.pro/blog/practical-ai-webinar

Watch this hands-on webinar recording to discover how engineers are applying new technologies to old problems.

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

450
1
submitted 7 months ago by planet@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

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