(ns com.stuartsierra.component (:require [com.stuartsierra.dependency :as dep] [com.stuartsierra.component.platform :as platform]))
And that this:
#?(:clj (defmethod clojure.core/print-method SystemMap [system ^java.io.Writer writer] (.write writer "#<SystemMap>")) :cljs (extend-protocol IPrintWithWriter SystemMap (-pr-writer [this writer opts] (-write writer "#<SystemMap>"))))
And that this:
is how you perform different operations in a single file based on runtime?