A Clojure library designed to ... well, that part is up to you.
nil
is commonly used to represent absence of value.bluebell.utils.failure
is used to encode failures.FIXME
Ett enda objekt: vexpress Motsvarar ett abstrakt vektor-uttryck Följande metoder:
Utilties: (to-array expr) (to-vec expr) (foreach 'i (fn [x ]
Funktioner som returnerar uttryck: (input-coll [dim] [expr]): Tar en collection som input
(add-vec [a] [b]):
Returnerar ett uttryck som motsvarar add addera de två vektorerna
Type checking: If we use access for all our objects, even small temporary ones returned from functions, we will catch many of the bugs we would otherwise catch with a static type system, because if we access every composite object in a systematic way using the accessors, we will get an error early on as soon as we attempt to read/write to it. Note, however, that it is in the accessors that all typing is done: We don't specify functions, let-values, etc.
Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close