第捌章學習 Lisp 3rd Edition, Winston & Horn


章範例學習:

(ed <file specification>)

(load <file specification>)
----------------------------------------------------------
* "This is a string."
"This is a string."
-------------------------------------------------------
(ed "/phw/lisp3/searching.lsp")            ;MS-DOS
(ed "/phw/lisp3/searching.lisp")           ;UNIX
(ed "[phw.lisp3]searching.lisp.88")        ;VAX/VMS
(ed ">phw>lisp3>searching.lisp.88")        ;Genera
-------------------------------------------------------
* (compile-file <source file specification>)
---------------------------------------------------------
(compile <name of a procedure to be compiled>)
------------------------------------------------------
* (ed "/phw/lisp3/searching.lsp")

* (load "/phw/lisp3/searching.lsp")

* (load "/phw/lisp3/searching.bin")

你可能感兴趣的:(erlang,Scheme,haskell,lisp,clojure)