[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fortran type i/o in lisp
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: fortran type i/o in lisp
- From: dxs@evolving.com (Dan Stanger)
- Date: Thu, 13 Apr 1995 17:27:18 -0600
does anybody know of a package that can emulate format statements
in lisp? for example i want to do something like
(fortran-read "1a1,10a1" "a1234567890") ==> ("A" "1234567890")
thanks,
dan stanger