[Openmcl-devel] view source code on windows cmd directly
Pascal J. Bourguignon
pjb at informatimago.com
Sun Mar 9 09:02:00 PDT 2014
陈俊伊 <chenjunyi at 139.com> writes:
> I use Clozure CL as a command-line application on Windows. I use
> "notpad.exe" or "Microsoft Word" to view source code, for example
> "mswin.lisp". How do I view source code on Windows cmd command line
> directly?
>
> My English is not good, so please forgive me about that.
type/p source.lisp
But I would instead stay in ccl, and type:
(ql:quickload :com.informatimago.common-lisp.interactive)
(use-package :com.informatimago.common-lisp.interactive.interactive)
and then:
(more "source.lisp")
--
__Pascal Bourguignon__
http://www.informatimago.com/
"Le mercure monte ? C'est le moment d'acheter !"
More information about the Openmcl-devel
mailing list