Liking cljdoc? Tell your friends :D

datalevin.interpret

Code interpreter, including functions and macros useful for command line and query/transaction functions.

Code interpreter, including functions and macros useful for command line
and query/transaction functions.
raw docstring

definterfncljmacro

(definterfn fn-name args & body)

Create a named inter-fn

Create a named `inter-fn`
sourceraw docstring

exec-codeclj

(exec-code code)

Execute code and print results. code is a string. Acceptable code includes Datalevin functions and some Clojure core functions.

Execute code and print results. `code` is a string. Acceptable code includes
Datalevin functions and some Clojure core functions.
sourceraw docstring

inter-fncljmacro

(inter-fn args & body)

Same signature as fn. Create a function that can be used as an input in Datalevin queries or transactions, e.g. as a filtering predicate or as a transaction function. This function will be sent over the wire if the database is on a remote server. It runs in a sandboxed interpreter whether the database is remote or local.

Same signature as `fn`. Create a function that can be used as an input in
Datalevin queries or transactions, e.g. as a filtering predicate or as a
transaction function. This function will be sent over the wire if the database
is on a remote server. It runs in a sandboxed interpreter whether the database
is remote or local.
sourceraw docstring

inter-fn-from-readerclj

(inter-fn-from-reader x)

Read a printed inter-fn back in.

Read a printed `inter-fn` back in.
sourceraw docstring

inter-fn?clj

(inter-fn? x)

Return true if x is an inter-fn

Return true if `x` is an `inter-fn`
sourceraw docstring

load-ednclj

(load-edn f)

Same as clojure.core/load-file, useful for e.g. loading schema from a file

Same as [`clojure.core/load-file`](https://clojuredocs.org/clojure.core/load-file),
useful for e.g. loading schema from a file
sourceraw docstring

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

× close