clojure

Tag

Cards List
#clojure

raylib examples in Jolt

Lobsters Hottest · 21h ago Cached

75 raylib examples implemented in Jolt, a native Clojure on Chez Scheme, demonstrating efficient FFI bindings for raylib's C API without a JVM.

0 favorites 0 likes
#clojure

Jolt: Clojure compiler implemented with Chez Scheme

Hacker News Top · 2026-08-08 Cached

Jolt is a self-hosted Clojure implementation that compiles to Scheme (Chez natively, Gambit for JavaScript), offering standalone binaries, real concurrency, and full Clojure semantics without the JVM.

0 favorites 0 likes
#clojure

DuckDB – Data power tools for your laptop, now in Clojure (2023)

Hacker News Top · 2026-08-04 Cached

TechAscent illustrates how DuckDB's high-performance vectorized SQL engine can now be leveraged from Clojure via tech.ml.dataset (TMD), enabling large out-of-memory joins and 50GB CSV ingestion that compresses to 18GB in about two minutes.

0 favorites 0 likes
#clojure

@freeCodeCamp: Clojure is a functional programming language that can change how you think about writing code. In this interactive guid…

X AI KOLs Timeline · 2026-07-29 Cached

An interactive guide introducing Clojure programming with animated code playbacks and hands-on exercises, covering functions, immutable data, recursion, and more.

0 favorites 0 likes
#clojure

Jolt: running Clojure on Chez Scheme

Lobsters Hottest · 2026-07-23 Cached

Jolt is a new Clojure implementation targeting Chez Scheme, aiming to provide a drop-in replacement with fast startup and low memory footprint, leveraging Chez's JIT and GC to avoid the JVM's overhead.

0 favorites 0 likes
#clojure

clj-refactor.el 4.0

Lobsters Hottest · 2026-07-16 Cached

clj-refactor.el 4.0, the first major release in almost five years, introduces hot dependency loading, asynchronous refactoring, diff previews, a transient menu, and numerous improvements for Clojure development in Emacs.

0 favorites 0 likes
#clojure

Syntax with Purpose in a Programming Language

Lobsters Hottest · 2026-07-13 Cached

This article explores the importance of syntax design in programming languages, arguing that syntax should accurately reflect the language's computational model and mental model, rather than being arbitrarily cobbled together for familiarity or conciseness. The author analyzes the syntax design of OCaml, Lisp/Clojure, and JavaScript, and introduces his own language Saul, emphasizing uniformity and semantic consistency.

0 favorites 0 likes
#clojure

Biff.graph: structure your Clojure codebase as a queryable graph

Hacker News Top · 2026-07-07 Cached

Biff is an open-source Clojure web framework designed for solo developers, providing tools for building web applications.

0 favorites 0 likes
#clojure

Clojure 1.13 adds support for checked keys

Hacker News Top · 2026-07-02 Cached

Clojure 1.13.0-alpha1 is released, adding checked keys for map destructuring that enforce required keys and throwing exceptions when missing, along with other improvements.

0 favorites 0 likes
#clojure

Dependently typed Clojure DSL with a Lean4 compatible kernel

Lobsters Hottest · 2026-06-28 Cached

Ansatz is a Clojure library that implements Lean 4's Calculus of Inductive Constructions kernel, enabling Clojure programmers to write dependently typed, verified code with proofs compatible with Mathlib and compile to JVM bytecode.

0 favorites 0 likes
#clojure

Clojure Hosted on Go

Hacker News Top · 2026-06-17 Cached

Glojure is an open-source Go-hosted interpreter for the Clojure language, providing seamless access to Go libraries and allowing embedding within Go applications. It is in early development but used in hobby projects.

0 favorites 0 likes
#clojure

Clojure is almost as fast as C (with some help)

Lobsters Hottest · 2026-06-15 Cached

This article details how Clojure, with the JVM's Vector API and careful optimization, achieved frame rates within 20% of C for a 3D stress test, demonstrating that a dynamic language can approach low-level performance on hot loops.

0 favorites 0 likes
#clojure

A columnar database for analytics in pure Clojure

Lobsters Hottest · 2026-06-12 Cached

Flatiron is a pure Clojure columnar analytics library for in-memory tables with a SQL-like DSL, designed for performance with primitive arrays and batch processing.

0 favorites 0 likes
#clojure

Biff.core: system composition for Clojure web apps

Hacker News Top · 2026-06-09 Cached

Biff.core is a new library that provides system composition and interfaces for Biff projects, allowing clean extraction of boilerplate into modules with init functions.

0 favorites 0 likes
#clojure

Thi.ng – open-source building blocks for computational design and art

Hacker News Top · 2026-06-07 Cached

thi.ng is a long-term open-source project providing a vast collection of ~350 libraries and tools for computational design, generative art, and data-driven creative coding, primarily in TypeScript and Clojure.

0 favorites 0 likes
#clojure

Show HN: Nutrepedia – nutrition info in 29 locales built with Clojure and Htmx

Hacker News Top · 2026-06-03

Nutrepedia is a nutrition information tool available in 29 locales, built using Clojure and Htmx.

0 favorites 0 likes
#clojure

My thoughts after using Clojure for about a month

Hacker News Top · 2026-06-02 Cached

The author shares their experience learning Clojure over a month, comparing it favorably to Common Lisp and Scheme, praising its cohesion and pragmatic design.

0 favorites 0 likes
#clojure

Edsger – a handwritten Clojure REPL for the reMarkable 2

Lobsters Hottest · 2026-06-02

Edsger is a handwritten Clojure REPL designed for the reMarkable 2 tablet, allowing developers to write and evaluate Clojure code directly on the device.

0 favorites 0 likes
#clojure

Code mode with a stateful REPL

Reddit r/AI_Agents · 2026-05-26

The author introduces ptc_runner_mcp, an MCP server that provides a stateful, sandboxed REPL using a Clojure-like language, allowing AI agents to perform exploratory computations without overwhelming the context window.

0 favorites 0 likes
#clojure

Hyperpolyglot Lisp: Common Lisp, Racket, Clojure, Emacs Lisp

Lobsters Hottest · 2026-05-17 Cached

A side-by-side reference sheet comparing syntax and features of Common Lisp, Racket, Clojure, and Emacs Lisp.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback