A compilation method for graphs that avoids maps for speed.
A compilation method for graphs that avoids maps for speed.
(def-graph-record g)(def-graph-record g record-type-name)Define a record for the output of a graph. It is usable as a function to be as close to a map as possible. Return the typename.
Define a record for the output of a graph. It is usable as a function to be as close to a map as possible. Return the typename.
(eval-bound form bindings)Evaluate a form with some symbols bound to some values.
Evaluate a form with some symbols bound to some values.
(graph-form g arg-keywords)Construct [body-form bindings-needed-for-eval] for a positional graph.
Construct [body-form bindings-needed-for-eval] for a positional graph.
(graph-let-bindings g g-value-syms)Compute the bindings for functions and intermediates needed to form the body
of a positional graph, E.g.
[[[f-3 ~some-function]][[intermediate-3 (f-3 intermediate-1 intermediate-2)]]]
Compute the bindings for functions and intermediates needed to form the body of a positional graph, E.g. [`[[f-3 ~some-function]] `[[intermediate-3 (f-3 intermediate-1 intermediate-2)]]]
(positional-flat-compile g)Positional compile for a flat (non-nested) graph.
Positional compile for a flat (non-nested) graph.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |