DEV Community

# clojure

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Data driven unit tests with Clojure

Data driven unit tests with Clojure

2
Comments 2
3 min read
Supercharge Your JS/TS Project with ClojureScript REPL

Supercharge Your JS/TS Project with ClojureScript REPL

Comments
6 min read
Taming Time: how to install & develop with XTDB

Taming Time: how to install & develop with XTDB

3
Comments
11 min read
Clojure: onde aprender?

Clojure: onde aprender?

9
Comments 5
2 min read
day 1 of learning clojure as a total beginner

day 1 of learning clojure as a total beginner

Comments
2 min read
Why I decided to learn (and teach) Clojure

Why I decided to learn (and teach) Clojure

35
Comments 7
5 min read
Acronym exercise: splitting strings like a pro

Acronym exercise: splitting strings like a pro

2
Comments
3 min read
The hard way or the easy way?

The hard way or the easy way?

Comments
3 min read
REPL: seu melhor amigo no mundo Clojure

REPL: seu melhor amigo no mundo Clojure

2
Comments
3 min read
Dependency injection and loggers in Clojure

Dependency injection and loggers in Clojure

2
Comments 2
4 min read
shadow-cljs and running tests

shadow-cljs and running tests

Comments
7 min read
Clojure: Instalando no Windows

Clojure: Instalando no Windows

4
Comments 2
3 min read
Select keys to form a tupled map in Clojure

Select keys to form a tupled map in Clojure

Comments 2
1 min read
Partitions!

Partitions!

2
Comments 2
2 min read
3 Ways to Convert Numbers to Words in Clojure: A Performance Comparison

3 Ways to Convert Numbers to Words in Clojure: A Performance Comparison

2
Comments
3 min read
Advent of Code 2022 - Day 1 ด้วย Clojure

Advent of Code 2022 - Day 1 ด้วย Clojure

2
Comments
1 min read
Advent of Code 2015 in Clojure

Advent of Code 2015 in Clojure

8
Comments 2
2 min read
A Very Short Introduction to Clojure

A Very Short Introduction to Clojure

1
Comments 3
4 min read
Partial Application and Parameter Ordering

Partial Application and Parameter Ordering

Comments
3 min read
Spying and stubbing in Clojure and ClojureScript with test-doubles

Spying and stubbing in Clojure and ClojureScript with test-doubles

2
Comments
4 min read
Full Clojure project in 5 seconds!

Full Clojure project in 5 seconds!

7
Comments 1
4 min read
Is Clojure the only language you need?

Is Clojure the only language you need?

8
Comments 2
4 min read
Generating secrets in Clojure

Generating secrets in Clojure

3
Comments
2 min read
Embrace immutability (Programming & Infrastructure)

Embrace immutability (Programming & Infrastructure)

15
Comments
3 min read
How to Set up A Clojure Script and Phoenix Project

How to Set up A Clojure Script and Phoenix Project

6
Comments
6 min read
How to create a library that works with Clojure and ClojureScript

How to create a library that works with Clojure and ClojureScript

5
Comments
6 min read
How to run a single Clojure test from the terminal using Leiningen

How to run a single Clojure test from the terminal using Leiningen

4
Comments
1 min read
Logging in Clojure: jar tidiness

Logging in Clojure: jar tidiness

8
Comments
9 min read
O que é REPL Driven Development?

O que é REPL Driven Development?

2
Comments
2 min read
Clojure na visão de um dev JS

Clojure na visão de um dev JS

1
Comments
3 min read
How fast is dc?

How fast is dc?

8
Comments 2
8 min read
Is Java still a good option for enterprise?

Is Java still a good option for enterprise?

6
Comments
1 min read
Java 8 to Kotlin, Clojure and Java 17 - Part 2 Kotlin

Java 8 to Kotlin, Clojure and Java 17 - Part 2 Kotlin

6
Comments
1 min read
How to unmap a var from a Clojure namespace

How to unmap a var from a Clojure namespace

7
Comments
1 min read
More Immutability and Clojure

More Immutability and Clojure

10
Comments
12 min read
Immutable Vars and Clojure

Immutable Vars and Clojure

14
Comments 3
9 min read
Clojure Tutorial Part 7 -- clj-konodo, Calva, cljstyle をインストールして文法やフォーマットのエラーを検知変更できるようにする。

Clojure Tutorial Part 7 -- clj-konodo, Calva, cljstyle をインストールして文法やフォーマットのエラーを検知変更できるようにする。

7
Comments
2 min read
Clojure Tutorial Part 6 -- サーバーファイルのメソッドからサーバーの起動、停止、再起動をできるようになる

Clojure Tutorial Part 6 -- サーバーファイルのメソッドからサーバーの起動、停止、再起動をできるようになる

6
Comments
2 min read
Clojure Tutorial Part 6 -- repl で ring-jetty-adapter でワンラインで サーバーを起動する

Clojure Tutorial Part 6 -- repl で ring-jetty-adapter でワンラインで サーバーを起動する

6
Comments
2 min read
Packaging Clojure projects into jars and uberjars with tools.build

Packaging Clojure projects into jars and uberjars with tools.build

6
Comments
8 min read
Clojure Tutorial Part 5 -- leiningen でアプリの作成、実行、テストをする

Clojure Tutorial Part 5 -- leiningen でアプリの作成、実行、テストをする

3
Comments
2 min read
Clojure Tutorial Part 4 -- string ライブラリを使ってみる

Clojure Tutorial Part 4 -- string ライブラリを使ってみる

7
Comments
2 min read
Clojure Tutorial Part 2 -- 四則演算

Clojure Tutorial Part 2 -- 四則演算

6
Comments
1 min read
Clojure Tutorial Part 3 -- 関数とループ

Clojure Tutorial Part 3 -- 関数とループ

6
Comments
1 min read
Clojure Tutorial Part 0 -- 環境構築 clojure tools と Temurin を入れる。

Clojure Tutorial Part 0 -- 環境構築 clojure tools と Temurin を入れる。

6
Comments
1 min read
Clojure Tutorial Part 1 -- CLI 起動と文字列の出力

Clojure Tutorial Part 1 -- CLI 起動と文字列の出力

5
Comments
1 min read
Learning Clojure, part VII

Learning Clojure, part VII

8
Comments 1
4 min read
What's the simplest way to compile ClojureScript to JS? Like 1 file, no overhead.

What's the simplest way to compile ClojureScript to JS? Like 1 file, no overhead.

2
Comments 1
1 min read
Learning Clojure, part VI

Learning Clojure, part VI

11
Comments
3 min read
Learning Clojure, part V

Learning Clojure, part V

11
Comments
4 min read
Learning Clojure, part III

Learning Clojure, part III

10
Comments 5
4 min read
Learning Clojure, part IV

Learning Clojure, part IV

13
Comments
2 min read
Enhancing Conductor With Clojure

Enhancing Conductor With Clojure

6
Comments
6 min read
Clojure's lazy sequence versus transducer benchmark

Clojure's lazy sequence versus transducer benchmark

8
Comments
1 min read
Learning Clojure, part II

Learning Clojure, part II

6
Comments
4 min read
Using scittle to solve wordle

Using scittle to solve wordle

11
Comments 3
4 min read
Learning Clojure, part I

Learning Clojure, part I

15
Comments 1
3 min read
nbb and lambda function URL: turn a boring task into a piece of cake.

nbb and lambda function URL: turn a boring task into a piece of cake.

8
Comments
4 min read
Using EC2 to enhance k6 load tests

Using EC2 to enhance k6 load tests

6
Comments
5 min read
Kafka Connect Plugins With Clojure

Kafka Connect Plugins With Clojure

4
Comments
6 min read
loading...