1
2
submitted 1 day ago by planet@clj.social to c/clojure@lemmy.ml

Sept. and Oct. 2024 Long-Term Project Updates

https://www.clojuriststogether.org/news/sept.-and-oct.-2024-long-term-project-updates/

Check out their latest project updates from our 2024 long-term developers! These reports just in for September and October. Thanks to all! Long-Term Project Updates Bozhidar Batsov: CIDER Michiel Borkent: squint, babashka, neil, cherry,...

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

2
2
submitted 1 day ago by planet@clj.social to c/clojure@lemmy.ml

Ruby: One of the top 5 highest-paying technologies, according to Stack overflow

https://dev.to/alexandrecalaca/ruby-one-of-the-top-5-highest-paying-technologies-according-to-stack-overflow-5dc7

Introduction In the world of software development, Ruby has a unique charm that’s kept it relevant and in demand for years. Known for its focus on simplicity and developer happiness, Ruby powers some of the world’s most popular websites and...

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

3
1
submitted 2 days ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (Nov 15, 2024)

https://clojure.org/news/2024/11/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, videos, and media Developers aren’t paid to code - Wesley Matson RDF and the...

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

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

Clojure Deref (Nov 15, 2024)

https://clojure.org/news/2024/11/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, videos, and media Developers aren’t paid to code - Wesley Matson RDF and the...

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

5
2
submitted 2 days ago by planet@clj.social to c/clojure@lemmy.ml

Software Engineer at Scarlet

https://jobs.braveclojure.com/company/scarlet/listing/software-engineer/Gp2K6rb881l46uoI5s/_j1

Software Engineer at Scarletgbp75000 - gbp110000Scarlet's mission is to hasten the transition to universally accessible healthcare. We deliver on this mission by enabling innovators to bring cutting-edge software and AI to the healthcare market...

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

6
1
Ring JDK Adapter (clj.social)
submitted 2 days ago by planet@clj.social to c/clojure@lemmy.ml

Ring JDK Adapter

https://grishaev.me/ring-jdk-adapter/

Ring JDK Adapter is a small wrapper on top of a built-in HTTP server available in Java. It’s like Jetty but has no dependencies. It’s almost as fast as Jetty, too (see benchmars below). Why Sometimes you want a local HTTP server in Clojure, e.g....

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

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

Scheming About Clojure

https://dev.to/gramian/scheming-about-clojure-133n

Clojure is a LISP for the Java Virtual Machine (JVM). As a schemer, I wondered if I should give Clojure a go professionally. After all, I enjoy Rich Hickey's talks and even Uncle Bob is a Clojure fan. So I considered strength and weaknesses from my...

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

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

Project Euler Problem 9

https://clojure-diary.gitlab.io/2024/11/13/project-euler-problem-9.html

Code ;; euler_9.clj (def possibilities (for [a (range 1 1001) b (range (+ a 1) 1001)] [a b])) (defn satisfies-condition [possibility] (let [a (first possibility) b (second possibility) c (- 1000 (+ a b))] (== (+ (* a...

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

9
1
submitted 4 days ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
10
1
submitted 6 days ago by planet@clj.social to c/clojure@lemmy.ml
11
1
submitted 6 days ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
12
2
Clojure/conj 2024 (clj.social)
submitted 1 week ago by planet@clj.social to c/clojure@lemmy.ml

Clojure/conj 2024

https://corfield.org/blog/2024/11/09/conj-2024/

After last year's regular posts about my Clojurists Together-funded work on clojure-doc.org and other projects, and the end of my monorepo/polylith series, I've mostly taken a break from blogging -- and from my open source work, to be honest. I've...

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

13
1
submitted 1 week ago by planet@clj.social to c/clojure@lemmy.ml

Scicloj scientific papers - initial planning meeting

https://scicloj.github.io/blog/scicloj-scientific-papers-initial-planning-meeting/

Now that the Clojure stack for scientific computing is maturing rapidly, the Scicloj group is looking at ways of reaching other communities. One avenue would be to consider publishing academic papers about the ecosystem: regarding individual...

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

14
2
submitted 1 week ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (Nov 7, 2024)

https://clojure.org/news/2024/11/07/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, videos, and media Welcome to Conj 2024 - Rich Hickey Immutable Values in the...

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

15
1
submitted 1 week ago by yogthos@lemmy.ml to c/clojure@lemmy.ml
16
1
submitted 1 week ago by planet@clj.social to c/clojure@lemmy.ml

Maps Implementation Secrets

https://buttondown.com/tensegritics-curiosities/archive/maps-implementation-secrets/

by cgrand (X 🦣) Today no Datalog nor interop: let's talk data structures! In ClojureDart we took pride in writing our own persistent collections. A design goal for our collections was to make them have a canonical layout so as to be able to...

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

17
1
submitted 1 week ago by planet@clj.social to c/clojure@lemmy.ml

Bthreads: A Simple and Easy Paradigm for Clojure

https://thomascothran.tech/2024/10/a-new-paradigm/

Asynchronous programs are hard to reason about. But is this intrinsic to asynchrony? Or might we be using the wrong paradigms? Behavioral programming is a programming paradigm that aims to make asynchronous, event-driven systems both simple and...

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

18
1
submitted 2 weeks ago by planet@clj.social to c/clojure@lemmy.ml

Clojurists Together project - Scicloj community building - October 2024 update

https://scicloj.github.io/blog/clojurists-together-project-scicloj-community-building-october-2024-update/

The Clojurists Together organisation has decided to sponsor Scicloj community building for Q3 2024, as a project by Daniel Slutsky. This is the second time the project is selected this year. Here is Daniel’s update for October. Comments and ideas...

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

19
1
submitted 2 weeks ago by planet@clj.social to c/clojure@lemmy.ml

Build and Deploy Web Apps With Clojure and FLy.io

https://ryanmartin.me/articles/clojure-fly/

Table of ContentsProject SetupSystems and ConfigurationRouting, Middleware, and Route HandlersImplementing the MiddlewaresImplementing the Route HandlersPackaging the AppDeploying with Fly.ioAdding a Production REPLDeploy with GitHub...

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

20
1
submitted 2 weeks ago by planet@clj.social to c/clojure@lemmy.ml

ShipClojure: The Clojure Boilerplate to ship startups FAST - complete stack presentation

https://ovistoica.com/blog/2024-11-2-shipclojure-the-clojure-boilerplate-to-ship-startups-fast-complete-stack-presentation

Table of Contents The complete stack Backend Underlying server - Jetty 12 Routing provider - Reitit Database - Postgres Dependency & Lifecycle management - Integrant Environment & Secret management - aero Transactional emails -...

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

21
1
submitted 2 weeks ago by planet@clj.social to c/clojure@lemmy.ml

Making LLMs Do More of What You Want

http://langnostic.inaimathi.ca/posts/making-llms-do-more-of-what-you-want

Once we can make LLMs do what we want, we might want to formalize this and scale it up. We've got generate :: SystemPrompt -> Prompt -> Response generateChecked :: (String -> Maybe a) -> SystemPrompt -> Prompt -> ?Int -> Maybe a as a baseline. And,...

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

22
1
submitted 2 weeks ago by planet@clj.social to c/clojure@lemmy.ml

Holy Dev Newsletter October 2024

https://blog.jakubholy.net/2024/10-newsletter/

Welcome to the Holy Dev newsletter, which brings you gems I found on the web, updates from my blog, and a few scattered thoughts. You can get the next one into your mailbox if you subscribe.What is happeningI have taken a break from coding and...

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

23
1
submitted 2 weeks ago by planet@clj.social to c/clojure@lemmy.ml

shadow-css-in-practice

https://faster-than-light-memes.xyz/shadow-css-in-practice.html

shadow-css-in-practice ftlm :faster-than-light /memes Joyful ideas are better ideas search This is your fathers rock. I mean this is the...

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

24
1
submitted 2 weeks ago by planet@clj.social to c/clojure@lemmy.ml

PG2 release 0.1.18

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

PG2 version 0.1.18 is available (it’s a client for Postgres). This release brings two major features: built-in pgvector extension support; better type mapping between Postgres and Clojure. PGVector Support Pgvector is a well known...

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

25
1
submitted 2 weeks ago by planet@clj.social to c/clojure@lemmy.ml

OSS updates September and October 2024

https://blog.michielborkent.nl/oss-updates-sep-oct-2024.html

In this post I'll give updates about open source I worked on during September and October 2024.To see previous OSS updates, go here.SponsorsI'd like to thank all the sponsors and contributors that make this work possible. Without you, the below...

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

view more: 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