
Chemaclass
Building software, teams, and ideas
About
Practicing knowledge sharing and continuous improvement. Driven by communication, simplicity, feedback, courage, and respect.
Latest Content
View all →
Idealism vs Pragmatism
The tension between doing things right and getting things done shapes every decision in software and in life. TDD, pair …
March 01, 2026 · 11 min read
The Art of Being Happy
Schopenhauer's posthumous collection of 50 rules for practical happiness, built on the idea that avoiding suffering matt…
March 15, 2026 · 3 min readOpen Source Projects
View all →Phel
A Lisp that compiles to PHP
(ns app)
(defn greet [name]
(str "Hello, " name "!"))Functional programming meets PHP. Write expressive, immutable code with macros, pattern matching, and a REPL.
bashunit
Testing framework for Bash
function test_sum() {
assert_equals 4 "$(sum 2 2)"
}Write tests for your bash scripts with a simple, expressive syntax. Assertions, mocking, snapshots, and more.