Skip to content

Instantly share code, notes, and snippets.

View marksto's full-sized avatar
🎷
🎼🎶🎵

Mark Sto marksto

🎷
🎼🎶🎵
View GitHub Profile
@marksto
marksto / cljs-debug-macros.clj
Created April 11, 2021 10:29 — forked from michaelsbradleyjr/cljs-debug-macros.clj
Macros and functions which facilitate the development and debugging of other macros and their supporting functions within a ClojureScript project.
(ns my-cljs.macros.debug
(:require [cljs.analyzer :as cljs]
clojure.walk))
(declare ap
cljs-macroexpand*
cljs-macroexpand-1*
cljs-macroexpand-all*
cljs-macroexpand