f2cl
F2CL: Fortran to Lisp converter
$ area51 add f2clCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(f2cl:some-function ...)F2CL: Fortran to Lisp converter
$ area51 add f2clCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(f2cl:some-function ...)