Articles by Tag #clojure

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

The Clojure Paradox

Several years ago, I came across The Python Paradox by Paul Graham. In it, Graham argues that Lisp...

Learn More 52 4Aug 27 '24

Vamos falar sobre programação funcional? Uma abordagem diferente para resolver problemas.

Vamos falar sobre programação funcional? Eu comecei minha jornada na programação com POO (Programação...

Learn More 10 0Feb 10

Calling Clojure from Java using a real example (Clojure + Quarkus)

The challenge Last weekend, I decided to explore more about how Clojure can interact with...

Learn More 9 2Oct 1 '24

10 Soft Skills que Aprendi Durante 3 Anos Criando Soluções para 100 Milhões de Usuários

Introdução Olá, meu nome é Felipe Nascimento, e atualmente sou engenheiro de software no Nubank....

Learn More 8 1Dec 1 '24

Difference Between Clojure, Kotlin and Scala

Intro The JVM (Java Virtual Machine) ecosystem is home to several powerful languages, each...

Learn More 7 0Jan 26

Clojure Is Awesome!!! [PART 11]

Function Composition in Clojure: Building Powerful Data Transformations 1....

Learn More 6 0Feb 6

Clojure Is Awesome!!! [PART 5]

(ns v2 (:require [clojure.spec.alpha :as s] [clojure.string :as str])) (s/def...

Learn More 6 0Jan 21

Clojure Is Awesome!!!

Clojure

Learn More 5 0Dec 14 '24

Open-source is like all eyes looking at it, with Cam Saul, Metabase

🎙️ "If more people knew what we knew about Clojure..." For our final episode of "Clojure in product....

Learn More 5 0Feb 18

Clojure Is Awesome!!! [PART 15]

Mastering Deques Welcome back to Clojure Is Awesome! In Part 15, we’re diving into the...

Learn More 4 0Mar 15

Clojure's map data type

Definition A map in Clojure is a key-value data structure that stores associations between...

Learn More 4 0Feb 2

Clojure Vectors: A Deep Dive into the Data Structure

Why Vectors Matter in Clojure Vectors are one of the most commonly used data structures in...

Learn More 4 0Feb 7

Clojure Is Awesome!!! [PART 13]

Understanding Protocols and Records in Clojure: A Deep Dive Clojure is known for its...

Learn More 3 1Feb 22

Clojure for the Brave and True

Como desenvolvedor a alguns anos, decidi mergulhar no mundo de LISP através de Clojure por pura...

Learn More 3 0Feb 10

Clojure REPL-Driven Development with VS Code

In Software Development, fast feedback loops are essential to validating that code does what we...

Learn More 3 0Dec 2 '24

Introduction to Clojure

Clojure in one sentence Clojure is a dynamic, functional programming language that runs on...

Learn More 3 1Jan 21

Why I chose Clojure/Script for building Vade Studio

Why I chose Clojure/Script for building Vade Studio In 2022, I started with a big vision: one...

Learn More 2 0Aug 7 '24

(Clojure Managing-User-Permissions)

Clojure practice task: Managing User Permissions with Sets You are developing a...

Learn More 2 1Mar 30

Repetition

Sometimes, Clojure seems to miss operations that feel like they should be in clojure.core. I'm...

Learn More 2 1Mar 12

Scheming About Clojure

Clojure is a LISP for the Java Virtual Machine (JVM). As a schemer, I wondered if I should give...

Learn More 2 2Nov 13 '24

Clojure Is Awesome!!! [PART 14]

Exploring the Property Pattern: From C# to Clojure with a Functional...

Learn More 2 0Mar 3

Clojure Is Awesome!!! [PART 18]

Clojure and Java Interoperability Hey everyone! Welcome back to Clojure Is Awesome! After...

Learn More 2 0Apr 2

How does a small fintech company compete for top talent?

🎙️ "Being an underdog also makes you attractive... when I'm bringing Clojure to the table as a...

Learn More 2 0Feb 10

Clojure Is Awesome!!! [PART 21]

The Origins and Foundations of Clojure Welcome to Part 21 of the Clojure Is Awesome...

Learn More 1 0Apr 5

Clojure Is Awesome!!! [PART 10]

Atoms vs Refs in Clojure: State Management 1. Atoms Atoms are designed to...

Learn More 1 0Feb 5

Clojure Is Awesome!!! [PART 4]

(ns monostate) (def ^:private session-state (atom {:user-id nil :permissions #{} ...

Learn More 1 0Dec 23 '24

Clojure Is Awesome!!! [PART 9]

(ns specs (:require [clojure.spec.alpha :as s])) (s/def ::user-id uuid?) (s/def ::email (s/and...

Learn More 1 0Feb 4

Clojure Is Awesome!!! [PART 7]

(ns tree (:require [clojure.spec.alpha :as s])) (s/def ::value any?) (s/def ::children (s/coll-of...

Learn More 1 0Jan 28

Clojure in Product podcast, 2nd episode

🎙️ What happens when you choose a programming language for its technical merits and because you...

Learn More 1 0Dec 9 '24

Is it easy to manage a team of highly qualified engineers?

🏦 Have you ever wondered how to scale an engineering team while building a bank? From embracing...

Learn More 0 0Jan 6