Translation of Anglican Scheme to Anglican Clojure, deprecated
Translation of Anglican Scheme to Anglican Clojure, deprecated
(aform expr)
translates compatible forms and function applications
translates compatible forms and function applications
(alambda name [parms & body])
translates lambda to fn, if name is not nil, fn is named
translates lambda to fn, if name is not nil, fn is named
(amem name [expr])
translates mem, carrying the name to the argument
translates mem, carrying the name to the argument
(aseq? expr)
true when the argument is an Anglican sequence expression, both list and vector are sequences for source code compatibility
true when the argument is an Anglican sequence expression, both list and vector are sequences for source code compatibility
(elist exprs)
translates a list of expressions, replacing define with let
translates a list of expressions, replacing define with let
(program p)
translates anglican program to clojure expression
translates anglican program to clojure expression
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close