Liking cljdoc? Tell your friends :D

kalai.exec.kalai-to-language


analyze-fileclj

(analyze-file file-path)

analyze-formsclj

(analyze-forms forms)

clj-file?clj

(clj-file? source-file)

clj-files-in-dirclj

(clj-files-in-dir dir)

extclj


file-naming-conventionsclj


helper-fn-impl-strsclj

(helper-fn-impl-strs)

inject-kalai-helper-filesclj

(inject-kalai-helper-files {:keys [transpile-dir languages]})

ns-urlclj

(ns-url file-path)

package-naming-conventionsclj


read-kalaiclj

(read-kalai file)

relativeclj

(relative base file)

stringify-rust-coll-helper-fnsclj

(stringify-rust-coll-helper-fns forms)

translatorsclj


transpile-allclj

(transpile-all options)

options is a map of {:src-dir "src" ;; a directory containing Kalai source files that are inputs to transpilation> :transpile-dir "src/main" ;; a the root directory for target language transpiled output> :languages #{:kalai.emit.lang/java} ;; the desired target languages }

options is a map of
{:src-dir "src"           ;; a directory containing Kalai source files that are inputs to transpilation>
 :transpile-dir "src/main"         ;; a the root directory for target language transpiled output>
 :languages #{:kalai.emit.lang/java} ;; the desired target languages
 }
raw docstring

transpile-fileclj

(transpile-file source-file {:keys [src-dir transpile-dir languages verbose]})

write-fileclj

(write-file content relative-path transpile-dir lang)

write-module-definitionclj

(write-module-definition dir)

write-module-definitionsclj

(write-module-definitions {:keys [transpile-dir languages]})

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

× close