DEV Community

# clojure

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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 -- サーバーファイルのメソッドからサーバーの起動、停止、再起動をできるようになる

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

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

5
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

10
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
Build and run Clojure projects. CLI, tools.deps and deps.edn guide

Build and run Clojure projects. CLI, tools.deps and deps.edn guide

24
Comments 2
14 min read
Compile Clojure to native binary using GraalVM

Compile Clojure to native binary using GraalVM

9
Comments
2 min read
I made a daily roguelike game that works like Wordle

I made a daily roguelike game that works like Wordle

6
Comments
1 min read
Reloaded workflow with nbb & expressjs

Reloaded workflow with nbb & expressjs

8
Comments 1
8 min read
I recommend Clojure as the first programming language to learn for beginners.

I recommend Clojure as the first programming language to learn for beginners.

3
Comments
1 min read
Implementing DORA key software delivery metrics

Implementing DORA key software delivery metrics

7
Comments
7 min read
Saving the UNION with HoneySQL

Saving the UNION with HoneySQL

7
Comments 1
5 min read
Watch and auto reload a Clojure pedestal service on source change

Watch and auto reload a Clojure pedestal service on source change

6
Comments
3 min read
Recording HikariCP Metrics in Clojure

Recording HikariCP Metrics in Clojure

6
Comments
3 min read
Logging readable ClojureScript (.cljs) errors to sentry!!

Logging readable ClojureScript (.cljs) errors to sentry!!

9
Comments 2
2 min read
Playing with webdriver

Playing with webdriver

8
Comments
2 min read
Clojure - Símbolos globais e locais

Clojure - Símbolos globais e locais

5
Comments
5 min read
Building a Live Streaming app in Clojure

Building a Live Streaming app in Clojure

8
Comments
5 min read
loading...