pair programming
This commit is contained in:
7
src/cljs/emptyhead/lib/io/print.cljs
Normal file
7
src/cljs/emptyhead/lib/io/print.cljs
Normal 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)))
|
||||
Reference in New Issue
Block a user