MCPcopy Create free account
hub / github.com/clojure-rs/ClojureRS / Evaluable

Interface Evaluable

src/value.rs:693–702  ·  view source on GitHub ↗

Allows a type to be evaluated, abstracts evaluation Our 'Value' type currently wraps and unites all types that exist within ClojureRS, and therefore all values that are evaluated within ClojureRS, so when not called on a Value, this mostly acts as a shortcut for evaluating outside types not yet converted into a Value, so you can write something like "1.eval(env)" instead of "1.to_value().eval(en

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Implementers 1

value.rssrc/value.rs

Calls

no outgoing calls

Tested by

no test coverage detected