Skip to content

Instantly share code, notes, and snippets.

@michaelsbradleyjr
Created May 9, 2012 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelsbradleyjr/2649563 to your computer and use it in GitHub Desktop.
Save michaelsbradleyjr/2649563 to your computer and use it in GitHub Desktop.
(ns quick
(:require [cljs.nodejs :as nodejs]))
(println "hello")
(def util (nodejs/require "util"))
(println (.inspect util nodejs/process))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment