Liking cljdoc? Tell your friends :D

hack-a-lisp.langs.common


deflispcljmacro

(deflisp name & {:keys [evaluate]})

Declares some common functions for a language Current functions are: repl - runs a repl eval-file - reads a file and returns the evaluated form

Declares some common functions for a language
Current functions are:
  repl - runs a repl
  eval-file - reads a file and returns the evaluated form
sourceraw docstring

indent-linesclj

(indent-lines s & {:keys [indent] :or {indent two-space-indent}})
source

join-seqclj

(join-seq f s)
source

mk-eval-fileclj

(mk-eval-file & {:keys [name evaluate] :or {name "lisp"}})
source

mk-replclj

(mk-repl & {:keys [name evaluate] :or {name "lisp"}})
source

surroundclj

(surround b s)
(surround b a s)
source

two-space-indentclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close