51
2
submitted 1 month ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
52
2
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Problems with the JVM

https://ericnormand.me/article/problems-with-the-jvm

The JVM is great but far from perfect. Here are some problems with the JVM that Clojure has to work around.

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

53
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Half Dumb Datalog in 30 loc

https://buttondown.com/tensegritics-curiosities/archive/half-dumb-datalog-in-30-loc/

by cgrand (X 🦣) Today, a follow-up to Writing the Worst Datalog Ever in 26loc, maybe even the start of a series.🍿 Our 26-loc Datalog is naive. Nothing personal, it's a technical term: each iteration in saturate rederives all the facts derived...

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

54
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Lazy Sequences and Java Streams

https://andreyor.st/posts/2024-10-16-lazy-sequences-and-java-streams/

When Clojure 1.12.0 was released in September, the release note had a lot of cool features, such as virtual threads, but one feature caught my eye in particular: support for Java Streams and functional interface support. That was just what I needed...

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

55
4
submitted 1 month ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
56
2
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Datomic as a Higher-Level Database

https://gaiwan.co/blog/datomic-as-a-higher-level-database/

More than 20 years ago, when I first began learning programming languages, I read a line in a book:C is a high-level language.But it wasn&apost until years later, during a university class on assembly language, when I had to use jump commands just...

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

57
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Beyond Traditional Testing: Addressing the Challenges of Non-Deterministic Software

https://dev.to/aws/beyond-traditional-testing-addressing-the-challenges-of-non-deterministic-software-583a

Software development of non-deterministic systems have become increasingly common. From distributed systems with untrusted inputs to AI-powered solutions, there is a growing challenge in ensuring reliability and consistency in environments that are...

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

58
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

How Could Clojure Web Development Suck Less

https://tonitalksdev.com/how-could-clojure-web-development-suck-less

In this episode, we dive into the intricacies of web development with Clojure, exploring how it can be improved and made less cumbersome. We also touch on Rama, as Ben brings more expertise in that area. Additionally, we explore Ben career journey,...

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

59
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Clojure Deref (Oct 11, 2024)

https://clojure.org/news/2024/10/11/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 Apropos 2024-09-24 - Apropos Clojure Building Reddit’s...

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

60
1
submitted 1 month ago by clojure@clj.social to c/clojure@lemmy.ml

Clojure Deref (Oct 11, 2024)

https://clojure.org/news/2024/10/11/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 Apropos 2024-09-24 - Apropos Clojure Building Reddit’s...

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

61
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

jank development update - Moving to LLVM IR

https://jank-lang.org/blog/2024-10-14-llvm-ir

Hi everyone! It&aposs been a few months since the last update and I&aposm excited to outline what&aposs been going on and what&aposs upcoming for jank, the native Clojure dialect. Many thanks to Clojurists Together and my Github sponsors for the...

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

62
4
submitted 1 month ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
63
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml
64
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml
65
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Sai do Barroco, Vem pro meio do Rococó: Um Novo Olhar sobre a Programação Funcional

https://dev.to/andryl_/sai-do-barroco-vem-pro-meio-do-rococo-um-novo-olhar-sobre-a-programacao-funcional-1an2

Esses dias, estava codificando e escutando essa música, e no meio da música é feita havia a seguinte frase: "Sai do Barroco, vai pro meio do Rococó". Terminei o código e fui participar de algumas reuniões mundanas da vida de um engenheiro de...

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

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

Writing the Worst Datalog Ever in 26loc

https://buttondown.com/tensegritics-curiosities/archive/writing-the-worst-datalog-ever-in-26loc/

Today to change from heavy interop and frameworks, let's do some light coding exercise and implement the most amateur datalog engine by taking any shortcut we see fit! Don't forget when we're not busy writing silly Datalog implementations, we are...

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

67
3
submitted 1 month ago by mindaslab@lemmy.ml to c/clojure@lemmy.ml
68
2
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Rama on Clojure’s terms, and the magic of continuation-passing style

https://blog.redplanetlabs.com/2024/10/10/rama-on-clojures-terms-and-the-magic-of-continuation-passing-style/

Rama is a platform with huge applicability, able to express all the computation and storage for a backend at any scale. Just like the UNIX philosophy of composing simple programs to do more complex tasks, Rama is based on simple building blocks...

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

69
0
Last in Clojure (clj.social)
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Last in Clojure

https://grishaev.me/clojure-last/

Chat GPT: No, the last function is not particularly expensive for vectors in Clojure. It runs in O(1) time because vectors in Clojure support efficient access to their last element. Meanwhile, Clojure:

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

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

Deploying Machine Learning models in a Clojure-first environment

https://building.nubank.com.br/deploying-machine-learning-models-in-a-clojure-first-environment/

At Nubank, deploying machine learning models in a production environment built primarily on Clojure presents unique challenges and opportunities. This article explores the key topics around this subject, focusing on the technical aspects of...

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

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

Removing effects from business logic

https://biffweb.com/p/removing-effects/

This is a thing (state machine? effects-processing pipeline?) I'm trying out to keep effectful code separate from business logic, to make testing easier. It's partially inspired by re-frame's event handling. The idea isn't new, but I'd never...

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

72
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

Deed: a fast encoding and decoding library for Clojure

https://grishaev.me/clj-deed/

Table of Content About Motivation Installation & Requirements Quick Demo API Simple Encode and Decode Encoding to Memory Sequential Encoding and Decoding Low-Level API API Options GZipped...

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

73
1
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml
74
3
submitted 1 month ago by planet@clj.social to c/clojure@lemmy.ml

RocksDB indexes are done, open-sourcing Yakread next

https://biffweb.com/p/rocksdb-indexes-yakread/

Last time on Biff: The Newsletter: I've just barely started to re-implement the entire index feature by using RocksDB directly for the secondary indexes. RocksDB is a mutable KV store, so we can update documents in place without retaining the...

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

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

Scaling Data Operations: When Spreadsheets and Legacy Systems No Longer Cut It

https://redefine.io/blog/when-spreadsheets-no-longer-cut-it/

Struggling to scale your data operations with spreadsheets and legacy systems? Learn how modern data platforms provide the scalability, real-time insights, and security businesses need to grow efficiently. Explore the limitations of outdated tools...

#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