Skip to content

Instantly share code, notes, and snippets.

@JJ-Atkinson
Created April 16, 2019 15:53
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 JJ-Atkinson/956608f37fa34f80ec5618c468548934 to your computer and use it in GitHub Desktop.
Save JJ-Atkinson/956608f37fa34f80ec5618c468548934 to your computer and use it in GitHub Desktop.
LTIdea.clj
(ns .....)
;; LT CodeBlock Begin: {:name "Related defs" :meta ...}
(def ...)
(def ...)
(def ...)
;; LT CodeBlock End
;; LT CodeBlock Begin: {:name "Trampoline fns"}
(def fn2)
(defn fn1 [] ... (fn2 ...))
(defn fn2 [] ... (fn1 ...))
;; LT CodeBlock End
; implicit code block for this single defn
(defn coolest-fn [] ...)
; implicit code block fot this single defn
(defn util-fn [] ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment