pair programming

This commit is contained in:
2025-02-06 19:47:55 +01:00
parent 71f708ff8c
commit 8cf6e78a79
210 changed files with 16744 additions and 16728 deletions

View File

@@ -0,0 +1,7 @@
(ns emptyhead.lib.io.print
"Basic printing thoughts."
(:require [emptyhead.thought.define :as def]))
; should this be [:emptyhead :io :print :print]? should internal and external namespaces match?
(def/define! "emptyhead.io.print"
(fn [arg] (print arg)))