(!.fortran & body)(def$.fortran & body)(def.fortran & body)(defabstract.fortran & body)(defgen.fortran & body)(defglobal.fortran & body)(defmacro.fortran & body)(defn-.fortran & body)(defn.fortran & body)(defptr.fortran & body)(defrun.fortran & body)(deftemp.fortran & body)(fortran-args [_ args] grammar mopts)custom Fortran argument emission
custom Fortran argument emission
(fortran-def [_ sym val])transforms def to declaration and assignment
transforms def to declaration and assignment
(fortran-defn [_ sym args & body])transforms defn to SUBROUTINE or FUNCTION
transforms defn to SUBROUTINE or FUNCTION
(fortran-defprogram [_ sym & body])transforms defprogram to PROGRAM
transforms defprogram to PROGRAM
(fortran-emit-for [_ [var start end step] body] grammar mopts)custom do loop emission
custom do loop emission
(fortran-emit-if [_ test then else] grammar mopts)custom if emission
custom if emission
(module.fortran & body)(program.fortran & body)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 |